【解决】Unknown custom element: <el-card> - did you register the component correctly?

2023-05-16

问题描述:

  • [Vue warn]: Unknown custom element: <el-card> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
  • [Vue warn]: Unknown custom element: <el-form> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
  • [Vue warn]: Unknown custom element: <el-form-item> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

在这里插入图片描述

问题解决:

没有在 main.js 文件中引入:

import Vue from 'vue'

import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)

在这里插入图片描述

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

【解决】Unknown custom element: <el-card> - did you register the component correctly? 的相关文章

随机推荐