0👍
✅
So you need to use the correct relative path, then: import invbo from '../components/inventory.vue
answer by @MartinBean
1👍
Post the inventory component?
At inventory.vue
You should export the component as:
export default {}
Source:stackexchange.com