0👍
Try Vue.component('Favorite', require('./components/Favorite.vue').default);
with .default
at the end.
Source:stackexchange.com
0👍
Try Vue.component('Favorite', require('./components/Favorite.vue').default);
with .default
at the end.