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

初学者找了半天的bug,对初学者太不友好了,我哭死,背景:

打算拿组件来让新增和编辑都用同一个dialog。自己写不出来,去网上copy,参考:

(11条消息) Vue+Element 用同一个el-dialog弹框完成新增和编辑操作_el-dialog编辑页面和添加页面共用_辣姐什么鬼的博客-CSDN博客

Unknown custom element: <dialog-component> - did you register the component correctly? For recursive_第1张图片

 根据自己的代码简单修改了一下,就是这简单修改害了我,我改了类名,它原本组件名叫:DialogComponent,我改了类名跟组件名为UserDialog,但是父组件那里没有改就出错了说找不到

我翻了半天的csdn,才看到这样的错误:引用的父组件的引用标签,要和子组件的组件名一致,驼峰改横杠

(11条消息) 史上最全:did you register the component correctly?For components, make sure to provide the “name“_芳草萋萋鹦鹉洲哦的博客-CSDN博客

Unknown custom element: <dialog-component> - did you register the component correctly? For recursive_第2张图片

Unknown custom element: <dialog-component> - did you register the component correctly? For recursive_第3张图片

我决定统一成user-dialog,改完后

Unknown custom element: <dialog-component> - did you register the component correctly? For recursive_第4张图片

再次修改:菜鸡抹泪,第一张图片的class跟组件名无关,不想改了,将就着把

你可能感兴趣的:(vue.js,elementui,前端)