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.
- [Vuejs]-Vuejs Loop trough all children and execute a function for each iteration
- [Vuejs]-Vue :src is not displaying image, but shows in DOM
Source:stackexchange.com