fix: 编写拖拽信息

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