From b5f0170b038d98e26c3e21ea0cee98791c4e4e6b Mon Sep 17 00:00:00 2001 From: puyajun Date: Thu, 24 Mar 2022 17:35:09 +0800 Subject: [PATCH] puyajun@huawei.com add grid attrs onScrollIndex Signed-off-by: puyajun --- 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 e858c29..dca7e86 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", "dragAnimation", "edgeEffection", "onItemDragLeave", "multiSelectable" + "supportAnimation", "dragAnimation", "edgeEffection", "onItemDragLeave", "multiSelectable", "onScrollIndex" ] } \ No newline at end of file