fix: 新增列表数据更新,修改数据更新 hook 函数

This commit is contained in:
奔跑的面条
2022-04-02 11:34:54 +08:00
parent 2c2aaaac67
commit 6ae0cd55e6
14 changed files with 210 additions and 135 deletions
@@ -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 => {