当前位置:   article > 正文

[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude

if this is a native custom element, make sure to exclude it from component r

如果你在做前端时,发现图表在浏览器显示时,浏览器控制台警告为:Failed to resolve component: xxx
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

中文翻译为:未能解析组件:xxxx如果这是一个本地自定义的元素,请确保从组件解析中排除他

原因:

这个组件没有进行注册

解决:

1.setup 拼写错误

例子:

应改改为:setup  多多注意单词拼写

2.引用某些组件时没有加花括号

正确写法

3.components 多写 或者 忘记加括号

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/82637
推荐阅读
相关标签
  

闽ICP备14008679号