1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(Cascader): should allow tabs to scroll

This commit is contained in:
chenjiahan 2020-12-20 20:32:53 +08:00 committed by neverland
parent c919e9deda
commit ce5bb85756

@ -217,6 +217,7 @@ export default createComponent({
vModel={this.activeTab} vModel={this.activeTab}
animated animated
swipeable swipeable
swipeThreshold={0}
class={bem('tabs')} class={bem('tabs')}
color={this.activeColor} color={this.activeColor}
> >