Open hyphantom opened 5 years ago
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
我在main.js中加入了 import vTopo from 'vue-topo' import 'vue-topo/dist/vue-topo.min.css' Vue.use(vTopo)
但是在实际页面使用时出现了上面的warn 当然,没有任何显示
用这个做的基础 https://panjiachen.gitee.io/vue-element-admin-site/zh
我尽快确认下
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
我在main.js中加入了 import vTopo from 'vue-topo' import 'vue-topo/dist/vue-topo.min.css' Vue.use(vTopo)
但是在实际页面使用时出现了上面的warn 当然,没有任何显示
用这个做的基础 https://panjiachen.gitee.io/vue-element-admin-site/zh