1👍
✅
My reference Vue app, in which I had no issues, had a different version than the Nuxt app. Downgrading Vue (from 2.7.8 to 2.6.14) solved the problem.
👤Gold
2👍
npm i vue@2.6.14
npm i vue-server-renderer@2.6.14
npm i vue-template-compiler@2.6.14
this one helped me
Source:stackexchange.com