yxl
2025-02-19 3dc17dbcb1fb1d64c469deed1518d1817846b452
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