原文:vue——报错Unknown custom element: - did you register the component correctly?

参考:https: blog.csdn.net jiangyu article details 解决:除了import组件外,还要在components中添加 ...

2019-09-03 18:23 0 8612 推荐指数:

查看详情

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

前言 问题原因是:使用了相关组件,但没有引入 解决思路 首先找出引起报错的相关代码,查看有没有使用类似组件,例如使用了 radio-group 和 radio组件,但是没有引入,这时候就会出现上面的错误 在项目目录中找到 main.js,然后 import {} from引入相关 ...

Thu May 13 18:43:00 CST 2021 0 2091
Unknown custom element did you register the component correctly

错误描述: 2、错误原因 没有在main.js文件中注册这个组件,导致出现了报错 3、解决办法 在main.js中注册Container组件 但是用了之后,还是不行,于是乎去了element-ui的官网 博主用的是按需引用,这边本地 ...

Wed Aug 26 01:25:00 CST 2020 0 5035
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM