Vue-awesome-swiper: [Vue warn]: Unknown custom element: <md-card> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

Created on 8 Dec 2018  ·  4Comments  ·  Source: surmon-china/vue-awesome-swiper

Hello, I am having this issue.Please help me. Thank you

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

All 4 comments

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);".

Was this page helpful?
0 / 5 - 0 ratings