From 98d2e6d4957bed3e4f8073d0c074740262ebdddd Mon Sep 17 00:00:00 2001 From: Yao yuchi Date: Tue, 1 Mar 2022 15:10:02 +0800 Subject: [PATCH] =?UTF-8?q?grid=20json=E8=BF=BD=E5=8A=A0drag=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yao yuchi --- compiler/components/grid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/grid.json b/compiler/components/grid.json index 260ee9627..e858c2984 100644 --- a/compiler/components/grid.json +++ b/compiler/components/grid.json @@ -5,6 +5,6 @@ "columnsTemplate", "rowsTemplate", "columnsGap", "rowsGap", "scrollBar", "scrollBarWidth", "scrollBarColor", "editMode", "maxCount", "minCount", "cellLength", "onItemDragStart", "onItemDragMove", "onItemDragEnter", "onItemDragMove", "onItemDrop", "layoutDirection", "direction", - "supportAnimation", "onItemDragLeave", "multiSelectable" + "supportAnimation", "dragAnimation", "edgeEffection", "onItemDragLeave", "multiSelectable" ] } \ No newline at end of file -- Gitee