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