6
jinlin
2023-12-03 c8d8a511f45c96ed3a5123a88e48de2ffdbf632a
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