jinlin
2023-11-10 27410959f19cf24ca0613510da2274a38fc79e69
1
2
3
4
5
6
7
import comp from './src/local-ship-selector'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp