0👍
✅
If you’re using a component within a component (it’s like DOM) than you have to register these components global:
like for example:
vue.component("MyComponent", MyComponent)
This should solve your problem!
Source:stackexchange.com