mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-29 21:06:33 +08:00
fix(Tab): duration not work
This commit is contained in:
parent
1376d6f3f7
commit
8296b657a0
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user