[Vuejs]-"Permission denied to access property "__v_isRef" on cross-origin object" error in NuxtJS

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

Leave a comment