[Vue warn] Unknown custom element <el-image>

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Vue warn] Unknown custom element <el-image>相关的知识,希望对你有一定的参考价值。

参考技术A el-image 是elementui2.8.0才添加的控件,需要先升级element-ui

解决方案:升级elementui版本
第一步:卸载element-ui,在命令行中输入

第二步:安装element-ui,在命令行中输入

第三步:main.js中default修改为theme-chalk

[Vue warn]: Unknown custom element: <Top> - did you register the component correctly?

[Vue warn]: Unknown custom element: - did you register the component correctly?

错误如下:

出现错误的原因有以下几种:

1、注册组件关键字components写错导致无法使用(我就是 hhhh)
2、import语句导入组件时from后面的路径写错
3、组件名错误,与注册的组件名不一致

以上是关于[Vue warn] Unknown custom element <el-image>的主要内容,如果未能解决你的问题,请参考以下文章

[Vue warn]: Unknown custom element: <Top> - did you register the component correctly?

[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 warn]: Unknown custom element: – did you register the component correctly? 详细查错思路

如何修复此错误 [Vue warn]: Unknown custom element: <nuxt-link> in unit testing with Jest

vue报错Unknown custom element