[Vuejs]-Uncaught TypeError:

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

0👍

I had the same problem, and after restart the server it was fixed, just hit:

npm run serve

Leave a comment