700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > 关于报错Unknown custom element:did you register the component correctly? For recursive components的解决方式

关于报错Unknown custom element:did you register the component correctly? For recursive components的解决方式

时间:2019-02-10 03:57:42

相关推荐

关于报错Unknown custom element:did you register the component correctly? For recursive components的解决方式

报错:

[Vue warn]: Unknown custom element: <d01-person-thing> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

解决:

组件循环引用(两个组件同时引用另一个组件时)发生这个错误,在components中通过以下方式引用可以解决

components: {D01PersonThing : ()=>import(""@/components/D01PersonThing"),},

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。