diff --git a/src/v-switcher.vue b/src/v-switcher.vue index 2a05cf4..7a77fa5 100644 --- a/src/v-switcher.vue +++ b/src/v-switcher.vue @@ -241,7 +241,7 @@ :class="[{ 'v-switcher-content-animated': animated && !swipe }]" :style="contentStyle" @touchstart="_handleContentTouchStart" - @touchmove="_handleContentTouchMove" + @touchmove.stop="_handleContentTouchMove" @touchend="_handleContentTouchEnd" > <div