[Vuejs]-Vue material – I don't see changes

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.

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.

Leave a comment