zzw
2023-11-17 ce06cb3e8167151290d68b76b3684ec49e8f31a4
1
2
3
4
5
6
7
import comp from './src/product-selector-new'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp