Mirror198829 / vue-topo

😳 vue + svg 拓扑编辑与展示
https://mirror198829.github.io/vue-topo/dist/index.html
199 stars 53 forks source link

大佬 vue-element-admin中无法使用 #17

Open hyphantom opened 5 years ago

hyphantom commented 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

Mirror198829 commented 5 years ago

我尽快确认下