mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增标尺
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { App } from 'vue'
|
||||
import { GoSkeleton } from '@/components/GoSkeleton'
|
||||
import { LoadingComponent } from '@/components/LoadingComponent'
|
||||
import { SketchRule } from 'vue3-sketch-ruler'
|
||||
|
||||
/**
|
||||
* 全局注册自定义组件
|
||||
@@ -9,4 +10,5 @@ import { LoadingComponent } from '@/components/LoadingComponent'
|
||||
export function setupCustomComponents(app: App) {
|
||||
app.component('GoSkeleton', GoSkeleton)
|
||||
app.component('LoadingComponent', LoadingComponent)
|
||||
app.component('SketchRule', SketchRule)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user