[Vuejs]-Why do I get this error when I try to load the component in VueJS?

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 {}

Leave a comment