mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[bugfix] Tabs: remove console
This commit is contained in:
@@ -44,7 +44,6 @@ export default sfc({
|
|||||||
|
|
||||||
/* istanbul ignore else */
|
/* istanbul ignore else */
|
||||||
if (direction === 'horizontal' && this.offsetX >= MIN_SWIPE_DISTANCE) {
|
if (direction === 'horizontal' && this.offsetX >= MIN_SWIPE_DISTANCE) {
|
||||||
console.log('on touchend', active, deltaX);
|
|
||||||
/* istanbul ignore else */
|
/* istanbul ignore else */
|
||||||
if (deltaX > 0 && active !== 0) {
|
if (deltaX > 0 && active !== 0) {
|
||||||
this.$emit('change', active - 1);
|
this.$emit('change', active - 1);
|
||||||
|
Reference in New Issue
Block a user