yxl
2025-02-13 92f7479c89d8573d954e5bf37a464c1bbef396eb
1
2
3
4
5
6
7
8
 
import Empty from './index.vue'
 
Empty.install = function (Vue) {
  Vue.component(Empty.name, Empty)
}
 
export default Empty