Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> at src/childComp.vue
组件没有引用注册
自定义递归的组件,需要给ChildComp.vue文件中添加name属性;
export default {
name: "ChildComp",
data(){},
methods: {},
......
}
下载谷歌访问助手,访问Chrome网上应用店,搜索vue-dev-tools下载即可