Closed glor closed 5 years ago
you see that your main and app.vue both have an id app, you might want to use a different id, that might be causing some problem. You cannot see an alert because you have not used whatever inside the template. I have not tried your code yet.
It should be fixed in the upcoming release.
The console sais
[HMR] Vue component hot reload shim applied.
so vue-components seams to be loaded. I can also access imported vue components (as objects). But the text does not change from test to example. I also never get analert()
. It works in a plain vue setup (vue init webpack-simple) main.js:main.html:
App.vue: