vue报错Unknown custom element:<el-descriptions> did you register the component

Posted 水星记_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue报错Unknown custom element:<el-descriptions> did you register the component相关的知识,希望对你有一定的参考价值。

报错截图


原因是因为 <el-descriptions> 组件是 element-ui 2.15.6 之后才开始更新的,如果你的项目用的是 2.13.2 版本,那么加载 <el-descriptions> 组件就会报错。

解决办法

element ui 更新到最新版本即可。

npm uninstall element-ui
npm i element-ui -S

以上是关于vue报错Unknown custom element:<el-descriptions> did you register the component的主要内容,如果未能解决你的问题,请参考以下文章

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