fix(Tab): duration not work

This commit is contained in:
chenjiahan 2020-10-03 15:35:35 +08:00
parent 1376d6f3f7
commit 8296b657a0

View File

@ -39,6 +39,7 @@ export default createComponent({
ref={swipeRef} ref={swipeRef}
loop={false} loop={false}
class={bem('track')} class={bem('track')}
duration={props.duration}
touchable={props.swipeable} touchable={props.swipeable}
lazyRender={props.lazyRender} lazyRender={props.lazyRender}
showIndicators={false} showIndicators={false}