jinlin
2024-06-11 c1c99506314644355c105de2a525ea3a248fd91f
1
2
3
4
5
6
7
import comp from './src/product-selector'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp