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