0👍
✅
Inside your app.js
, try creating the instance like this
new Vue({
el: '#app',
router,
render: h => h(App)
});
Source:stackexchange.com