[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude
•
前端
如果你在做前端时,发现图表在浏览器显示时,浏览器控制台警告为: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 拼写错误
例子:
![[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude](/img/f8/ca4bc670e7164cae9af7007e86283724.png)
应改改为:setup 多多注意单词拼写
2.引用某些组件时没有加花括号
![[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude](/img/27/74bd70dad0fc4b109fcbc98cc64d0288.png)
正确写法
![[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude](/img/76/369484d1545941d5882a1d48ba36804c.png)
3.components 多写 或者 忘记加括号
![[前端]浏览器警告:Failed to resolve component: xxxIf this is a native custom element, make sure to exclude](/img/c1/eeb74416ded94b358e70d7f01cf96ac4.png)
本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/daad56246f.html
