From c540d03dd12b33c6f449e30026e62a7d1c512ab3 Mon Sep 17 00:00:00 2001 From: puyajun Date: Thu, 24 Mar 2022 20:25:42 +0800 Subject: [PATCH] puyajun@huawei.com fix list attrs Signed-off-by: puyajun --- compiler/components/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/list.json b/compiler/components/list.json index 3655d8f..7c793f9 100644 --- a/compiler/components/list.json +++ b/compiler/components/list.json @@ -5,6 +5,6 @@ "listDirection", "scrollBar", "edgeEffect", "divider", "editMode", "cachedCount", "chainAnimation", "onScroll", "onReachStart", "onReachEnd", "onScrollStop", "onItemDelete", "onItemMove", "onItemDragStart", "onItemDragEnter", "onItemDragMove", "onItemDragLeave", "onItemDrop", - "multiSelectable" + "multiSelectable", "onScrollIndex" ] } \ No newline at end of file