yxl
2025-02-07 cea709ad1c7bd45aa45972174bd528b15bf4ae6b
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