I'm trying to upgrade from Vue 2 version to vue 3, my project has Nuxt.js framework.
I put this command to upgrade : vue add vue-next
, and upgrade has been successful. but when I try to execute project appear the next error :
Vue packages version mismatch:
- vue@3.0.7
- vue-server-renderer@2.6.12
This may cause things to work incorrectly. Make sure to use the same version for both.
I don't know how to resolve this problem.