[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