Hello everyone,
I recently created a component called Hamburger.vue in my components directory. I then attempted to import this hamburger component into my Header.vue file to avoid unnecessary code repetition.
For reference, here is the link to the playground code: https://codesandbox.io/s/vue-tailwind-playground-forked-0016sh?file=/src/App.vue
Despite double-checking the file path multiple times, I am unsure whether it is correct or if I am simply overlooking something. My goal was to have the Hamburger menu display in the navigation bar without having to include every single component in the App.vue file, as using export default {} seems to be the only way things will function correctly.
If anyone could provide guidance or assistance, it would be greatly appreciated. Thank you!