[Vuejs]-Vue 3 components not importing other vue components

0👍

Your index.js exported navbar and btn. And also you have already exported another component from navbar.vue in same file level. So make a separate folder for navbar and btn or change the export name.
I am new to frameworks. Hope this will work.

Leave a comment