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,6 +1,6 @@
|
||||
import type { App } from 'vue'
|
||||
import { GoSkeleton } from '@/components/GoSkeleton'
|
||||
import { LoadingComponent } from '@/components/LoadingComponent'
|
||||
import { GoLoading } from '@/components/GoLoading'
|
||||
import { SketchRule } from 'vue3-sketch-ruler'
|
||||
|
||||
/**
|
||||
@@ -9,6 +9,6 @@ import { SketchRule } from 'vue3-sketch-ruler'
|
||||
*/
|
||||
export function setupCustomComponents(app: App) {
|
||||
app.component('GoSkeleton', GoSkeleton)
|
||||
app.component('LoadingComponent', LoadingComponent)
|
||||
app.component('GoLoading', GoLoading)
|
||||
app.component('SketchRule', SketchRule)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user