diff --git a/compiler/components/grid.json b/compiler/components/grid.json index c7a84af18e1d43d16d6f024abb7ea25485f39cdf..4a1c945f488566e314275ae8ce9db5197993e12a 100644 --- a/compiler/components/grid.json +++ b/compiler/components/grid.json @@ -9,6 +9,6 @@ "onScrollBarUpdate", "enableScrollInteraction", "fadingEdge", "onScrollStart", "onScroll", "onScrollStop", "onWillScroll", "onDidScroll", "cachedCount", "nestedScroll", "friction", "alignItems", "onReachStart", "onReachEnd", "onScrollFrameBegin", "flingSpeedLimit", - "clipContent", "backToTop", "focusWrapMode" + "clipContent", "backToTop", "focusWrapMode", "syncLoad" ] } diff --git a/compiler/components/list.json b/compiler/components/list.json index eaf8e120e9a12ace1ca2bb3336be5e3d9644b517..b4736f4ae38f8c4bf2b7ab3fac81a96878871969 100644 --- a/compiler/components/list.json +++ b/compiler/components/list.json @@ -9,6 +9,6 @@ "alignListItem", "nestedScroll", "friction", "contentStartOffset", "contentEndOffset", "childrenMainSize", "maintainVisibleContentPosition", "onScrollFrameBegin", "onScrollStart", "onScrollVisibleContentChange", "flingSpeedLimit", "clipContent", "onWillScroll", "onDidScroll", "scrollBarColor", "scrollBarWidth", "backToTop", - "stackFromEnd", "focusWrapMode" + "stackFromEnd", "focusWrapMode", "syncLoad" ] } diff --git a/compiler/components/water_flow.json b/compiler/components/water_flow.json index cef00d053c1fd437f84348024122c17eda6ebe0e..6ed544ac32c538e574d34aef85ef9c5b6315f312 100644 --- a/compiler/components/water_flow.json +++ b/compiler/components/water_flow.json @@ -31,6 +31,7 @@ "onWillScroll", "onDidScroll", "clipContent", - "backToTop" + "backToTop", + "syncLoad" ] }