I am trying to build a demo app with Vue.js. What I am getting is an odd error that Vue is not defined.
Sometimes the problem may be if you import that like this:
import
const Vue = window.vue;
this may overwrite the original Vue reference.
Vue