关于前端报错[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
具体报错:
[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/ReviewProjectManage/ReviewList.vue
at packages/main/src/main.vue
at packages/container/src/main.vue… (1 recursive calls)
at src/views/admin.vue
at src/App.vue
截图:
在网上查了很多,其他博主的情况都不太一样,但很多都是一些语法上的小错误,仔细检查后发现:
这里是调用子组件写错了,跟调用接口弄混了,不需要大括号,修改后的代码截图:
版权声明:本文为CSDN_new_only原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。