jinlin
2024-10-23 9fdb8bef649c8bba6ea97330d0e509fade235417
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