mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增列表数据更新,修改数据更新 hook 函数
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { App } from 'vue'
|
||||
import LoadingComponent from './index.vue'
|
||||
import GoLoading from './index.vue'
|
||||
import AsyncLoading from './index.vue'
|
||||
import AsyncSkeletonLoading from './LoadingSkeleton.vue'
|
||||
|
||||
// 正常组件
|
||||
export { LoadingComponent }
|
||||
export { GoLoading }
|
||||
|
||||
// 异步
|
||||
AsyncLoading.install = (app: App): void => {
|
||||
Reference in New Issue
Block a user