jinlin
2024-12-03 10c858f5e43b37c2db4c1396a8db312cbbdf29a5
1
2
3
4
5
6
7
import comp from './src/zt-excel-import'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp