前端开发:Vue项目报错Unknown custom element:XXX - did you register the component correctly…的解决方法丨蓄力计划

导读

Vue项目报错Unknown custom element:XXX - did you register the component correctly…的解决方法。

 

问题

前段时间在做前端项目的时候,遇到了一个关于饿了么框架的报错问题,具体报错信息如下所示:

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

found in

---> at src/views/SocialFundManagement/SocialFundAdjustList.vue

       at src/App.vue

        

 

[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive compo

你可能感兴趣的:(前端开发进阶,vue.js,javascript)