0👍
Is the Prijzen.vue file definitely in the views/layout directory? That error looks like it might be caused by not being able to find the file where you’ve told it to look.
A different issue:
{{ prijs }}
Is in the template, but prijs is not defined. Also PrijsItem component has been imported but not used which will sometimes throw linting errors.
- [Vuejs]-Open popup in parent component while having a click in the child component
- [Vuejs]-How debug a nodejs API
Source:stackexchange.com