0👍
Have you tried terminating the job in node and serving again? I havent used vue-material myself but I find this issue cropped up a few times while I was dabbling in vue.
- [Vuejs]-How to show data in Vue tab in devtools?
- [Vuejs]-Vuejs is using a modified event directive without an event handler OK?
0👍
Is your vue-material.css being imported correctly?
Try changing import 'vue-material/dist/vue-material'
to import 'vue-material/dist/vue-material.css'
I can’t tell from your question if this is your problem or whether you are having problems with the hot reloading. Might try to describe what you see in the browser.
Source:stackexchange.com