mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增拖拽功能
This commit is contained in:
Vendored
+1
@@ -16,6 +16,7 @@ export type ConfigType = {
|
||||
export interface CreateComponentType {
|
||||
id: string
|
||||
key: string
|
||||
attr: { x: number; y: number; w: number; h: number }
|
||||
chartData: ConfigType
|
||||
config: object
|
||||
setPosition: Function
|
||||
|
||||
Reference in New Issue
Block a user