Questions tagged [nuxtjs]

Please use the nuxt.js tag rather than this one for Nuxt general questions.

Please use the nuxt.js tag rather than this one for Nuxt general questions.

319 questions
-1
votes
1 answer

how to import library and use it in all store files nuxtjs

im using nuxtjs and i want import library one time and access it on any store file like import Swal from 'sweetalert2' thank you
iFahd Dev
  • 71
  • 1
  • 7
-2
votes
2 answers

How do I iterate through a array of object which is inside an object as a list in v-for

I want to make a product section with image and a name (title) and li(description) how to iterate through item 1,2,3 in products array such that it shows in li so I can make different objects for different products it doesn't seem to work when I do…
Hari Patel
  • 29
  • 1
  • 5
-3
votes
1 answer

localstorage.getItem() not working in NUXT JS

I am trying to develop a shopping cart with nuxt js. I am successfully storing the cart data in local storage but I am unable to retrieve the data. N.B: i don't wanna use vuex-persistedstate.
Rifat
  • 27
  • 1
  • 4
-3
votes
1 answer

Access blocked by CORS in express server

I am getting the following error when sending a POST api request to my express server. Access to XMLHttpRequest at 'localhost:8081/application' from origin 'localhost:8083' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is…
Leahpar
  • 583
  • 1
  • 4
  • 12
1 2 3
21
22