mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Tabs: remove console
This commit is contained in:
parent
d73e3be8c4
commit
c4512dbc26
@ -44,7 +44,6 @@ export default sfc({
|
||||
|
||||
/* istanbul ignore else */
|
||||
if (direction === 'horizontal' && this.offsetX >= MIN_SWIPE_DISTANCE) {
|
||||
console.log('on touchend', active, deltaX);
|
||||
/* istanbul ignore else */
|
||||
if (deltaX > 0 && active !== 0) {
|
||||
this.$emit('change', active - 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user