[bugfix] Tabs: remove console

This commit is contained in:
陈嘉涵 2019-06-26 09:59:50 +08:00
parent d73e3be8c4
commit c4512dbc26

View File

@ -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);