jinlin
2024-03-12 2d3634a3925d9f4cfc04499ce9f0994c6b12b018
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