From 8296b657a0cff7272a81969df5f524cf6789a515 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 3 Oct 2020 15:35:35 +0800 Subject: [PATCH] fix(Tab): duration not work --- src/tabs/TabsContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tabs/TabsContent.tsx b/src/tabs/TabsContent.tsx index 66b9a633c..1b2ed8105 100644 --- a/src/tabs/TabsContent.tsx +++ b/src/tabs/TabsContent.tsx @@ -39,6 +39,7 @@ export default createComponent({ ref={swipeRef} loop={false} class={bem('track')} + duration={props.duration} touchable={props.swipeable} lazyRender={props.lazyRender} showIndicators={false}