fix: 编写拖拽信息

This commit is contained in:
MTrun
2022-01-24 21:12:18 +08:00
parent 08a24b9e3c
commit bb7aa78738
15 changed files with 117 additions and 32 deletions
+4
View File
@@ -0,0 +1,4 @@
// 页面拖拽键名
export enum DragKeyEnum {
DROG_KEY = 'ChartData'
}