vue报错:Unknown custom element: xxx - did you register the component correctly? For recursive compon
Posted 辣可乐少加冰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue报错:Unknown custom element: xxx - did you register the component correctly? For recursive compon相关的知识,希望对你有一定的参考价值。
一、报错信息
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
二、分析
1.报这种错误可以先检查一下代码规范,模块引入是否加{}
去掉后:
不显示错误提示了。
还有其他可能:
- import语句导入组件时from后面的路径写错
- 注册组件时括号内的组件名称写错,与import声明的不一致
- 注册组件关键字components写错导致无法使用
- 使用组件时名称写错,与注册组件的名字不一致
- 使用组件时没有使用 / 反斜杠结尾
以上是关于vue报错:Unknown custom element: xxx - did you register the component correctly? For recursive compon的主要内容,如果未能解决你的问题,请参考以下文章
vue报错Unknown custom element:<el-descriptions> did you register the component
[Vue warn]: Unknown custom element: <todo-item> - did you register the component correctly?
[Vue warn]: Unknown custom element: did you register the component correctly?
Vue入门之旅:一报错 Unknown ... make sure to provide the "name" option及error compiling template(示例
记录:Unknown custom element: [v-table] - did you register the component correctly...报错亲测有效
前端vue Unknown custom element: xxxx did you register the component correctly