0👍
Not a solution but as workaround rollback to nuxt 2.8 to be able to use Nuxt:
npm i -S nuxt@2.8.1
- [Vuejs]-Reducing the space between radio label lines
- [Vuejs]-How to initialize a data property to a prop object property in Vue JS
0👍
If your vue file call other file like “~/src/pages/js/some.js”, then
Nuxt expects the file put under the tree of pages/ has a property of “props”.
Source:stackexchange.com