current Nuxt projects need to be published to different environments corresponding to but the value obtained through process.env.NODE_ENV is not the value assigned here but production what is the reason for this? How can I get the desired result...
each time nuxt uses keep-alive, to switch pages, it will empty the data in data, which is inconsistent with the performance of keep-alive in normal vue-cli-built projects. for example, the asynchronously acquired data I loaded in list is switched to i...
how do Vue projects built with Nuxt.js share header and footer files? only files with section contents are placed in the page directory. Navigation bars and footers and every time you jump to a new route, navigation doesn t have to be reloaded. Gods, ...
for the first time it s all wrong anyway. I followed nuxt.js s official tutorial-- ...
I want to load the data on the first screen on the server, that is, there is still part of the return data, hidden in asyncData, and I want to render it on the client. How do I write this? ...