jinlin
2023-12-18 7740e8d2fbfc70608575b22d6eded9a439ab4750
1
2
3
4
5
6
7
import comp from './src/menu-tree-selector'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp