Try to register only individual modules from vue-material, like;
import Vue from 'vue'
import VueMaterial from 'vue-material'
Vue.use(VueMaterial.mdCore)
Latest vuejs, Vue-material, Windows 10, Chrome
Component should be registered with vuejs
Uncaught TypeError: Cannot read property 'installed' of undefined
That looks suspicious... We'll investigate.
Thank you @mubaidr ! If you have any clues, let us know.
This code piece looks culprit to me, can you confirm pls? https://github.com/vuematerial/vue-material/blob/master/src/core/index.js#L10
I am having the same issue. Any update on that? I do not want to import everything.
@cars10 Developer is focusing on major version (i think rewrite).
Vue.use(VueMaterial.MdCore)
Vue.use(VueMaterial.MdSpinner)
uppercasing the first letter
Thanks! That works. Maybe consider updating the docs?..
Most helpful comment
Thanks! That works. Maybe consider updating the docs?..