mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增工作区域内容模块
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { App } from 'vue'
|
||||
import { Skeleton } from '@/components/Skeleton'
|
||||
import { LoadingComponent } from '@/components/LoadingComponent'
|
||||
|
||||
/**
|
||||
* 全局注册自定义组件
|
||||
@@ -7,4 +8,5 @@ import { Skeleton } from '@/components/Skeleton'
|
||||
*/
|
||||
export function setupCustomComponents(app: App) {
|
||||
app.component('Skeleton', Skeleton)
|
||||
app.component('LoadingComponent', LoadingComponent)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user