jinlin
2024-08-12 05e2475068caa88b8f07b1836b862ffc3206d4d5
1
2
3
4
5
6
7
import comp from './src/file-experiment'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp