wente
2023-12-07 f568b4ae20f500cb10403559ea3fe5a451d3750d
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