From 0bacfa17c3de0659c50d0169f323283051a22725 Mon Sep 17 00:00:00 2001 From: caocan Date: Thu, 30 Jun 2022 16:36:40 +0800 Subject: [PATCH] =?UTF-8?q?Scroll=E3=80=81List=E6=96=B0=E5=A2=9EonScrollBe?= =?UTF-8?q?gin=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caocan Change-Id: Ib01be3b02d85744100b2bab0ad165152f09d6f2a --- compiler/components/list.json | 2 +- compiler/components/scroll.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/components/list.json b/compiler/components/list.json index 7c793f9..e193278 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", "onScrollIndex" + "multiSelectable", "onScrollIndex", "onScrollBegin" ] } \ No newline at end of file diff --git a/compiler/components/scroll.json b/compiler/components/scroll.json index 8c9a9ec..904d879 100644 --- a/compiler/components/scroll.json +++ b/compiler/components/scroll.json @@ -2,6 +2,6 @@ "name": "Scroll", "attrs": [ "scrollable", "onScroll", "onScrollEdge", "onScrollEnd", "scrollBar", "scrollBarColor", - "scrollBarWidth", "edgeEffect" + "scrollBarWidth", "edgeEffect", "onScrollBegin" ] } \ No newline at end of file