0👍
Looks like you are using older version of vue-router with Vue3.
Vue3 only works with alpha version.
To install alpha version run:
npm install vue-router@next
- [Vuejs]-How to make vue naviagation guard work after refresh
- [Vuejs]-VueJs logical conditons with array elements
0👍
I had the same problem, and after restart the server it was fixed, just hit:
npm run serve
Source:stackexchange.com