[Vuejs]-Vue JS โ€“ Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_1__App_vue

0๐Ÿ‘

So my apologies for wasting your time with this! this was a typo on my end!

The problem was on this line:

import VueRouter from './App.vue'

which needed to be:

import VueRouter from 'vue-router';

Leave a comment