Hello, I am having this issue.Please help me. Thank you
any solution yet? facing the same issue.
I solved it in the following way. The master does not have vue-material dependency by default. So, you have to install it by yourself.Run the following in your project folder: npm install vue-material --save. You can read more about it here: https://www.npmjs.com/package/vue-material
thanks Bobur-kobilov, I have changed the layout and used vuetify, so problem solved, i needed to manually fix the padding though. Thanks anyway.
I solved it after" import VueAwesomeSwiper from 'vue-awesome-swiper';
Vue.use(VueAwesomeSwiper);".
Most helpful comment
I solved it in the following way. The master does not have vue-material dependency by default. So, you have to install it by yourself.Run the following in your project folder: npm install vue-material --save. You can read more about it here: https://www.npmjs.com/package/vue-material