1
suerprisePlus
2024-06-05 208ca50585c7b5c4fdd8716a26c9c16b438d3c19
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