Unknown custom element: <el-container> - did you register the component correctly? For recursive co

错误描述

vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <Home> at src/components/Home.vue
       <App> at src/App.vue
         <Root>

Unknown custom element: <el-container> - did you register the component correctly? For recursive co

错误解释

出现以上错误的原因是在使用Element-UI的时候未将依赖库的组件进行注册,同样的道理,出现类似报错也有可能是在使用的时候没有注册相应的组件。

解决办法

(Element-UI是按需导入组件,这样能减少冗余)如果要解决以上问题需要找到对应的elemen.js将element的需要使用的组件导入并且注册到全局即可。(同样可以推导,这种类似情况解决方式)

如下图所示:
Unknown custom element: <el-container> - did you register the component correctly? For recursive co

上一篇:djang中的restframework的自关联递归循环嵌套的系列化器使用


下一篇:java recursive tree.