Unknown custom element: – did you register the component correctly? For recursive components, make sure to provide the “name” option.
When declaring child component in the components section of the export in the parent component, explicitly specify the name like this:
export {
components :{ myComponent: MyComponent },
data(){
return {};
}