当前位置:   article > 正文

解决报错did you register the component correctly? For recursive components, make sure to provide the “na_ - did you register the component corr

- did you register the component correctly? for recursive compo

vue.esm.js:5105 [Vue warn]: Unknown custom element: <组件名称> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

如果遇到递归式调用组件,比如说A组件调用了B组件,B组件调用了C组件,C组件又调用了A组件之类的,所以需要将import引入改为components内部引入:

  1. ...
  2. components: {
  3. 组件名称: (d) => import("@/vue/components/xxx/组件名称"), //解决递归加载组件报错
  4. },
  5. ...

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

闽ICP备14008679号