feat: 新增复制粘贴功能

This commit is contained in:
MTrun
2022-02-03 22:54:31 +08:00
parent 0cda041315
commit ad8cc8a003
22 changed files with 519 additions and 129 deletions
+1
View File
@@ -16,6 +16,7 @@ export type ConfigType = {
export interface CreateComponentType {
id: string
key: string
rename?: string
attr: { x: number; y: number; w: number; h: number }
chartData: ConfigType
option: object