[Vuejs]-Vue file not showing

1👍

Thank You Every One i Got the solution For my error

 Vue.component('Om', require('./components/Om.vue').default);

The .default(); was missing.

👤Parul

Leave a comment