mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
11 lines
250 B
JavaScript
11 lines
250 B
JavaScript
import VXETable from '../v-x-e-table'
|
|
import VxeLoading from './src/loading'
|
|
|
|
VxeLoading.install = function (Vue) {
|
|
VXETable.reg('loading')
|
|
Vue.component(VxeLoading.name, VxeLoading)
|
|
}
|
|
|
|
export const Loading = VxeLoading
|
|
export default VxeLoading
|