0๐
โ
So I came up with the solution by myself. If in app/main.js I replace
components: { App }
with
render: h => h(App)
it works.
If someone knows why please let me know.
Source:stackexchange.com