mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
190 B
JavaScript
10 lines
190 B
JavaScript
import VxeLoading from './src/loading'
|
|
|
|
export const Loading = Object.assign(VxeLoading, {
|
|
install (Vue) {
|
|
Vue.component(VxeLoading.name, VxeLoading)
|
|
}
|
|
})
|
|
|
|
export default VxeLoading
|