zzw
2023-12-01 e023474fc9bcc726ed558a0623f1316dddc13152
1
2
3
4
5
6
7
import comp from './src/product-tree'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp