diff --git a/src/components/template.html b/src/components/template.html index 0fc3202..c5551b0 100644 --- a/src/components/template.html +++ b/src/components/template.html @@ -3,8 +3,8 @@ class="vue-lb-container" v-show="lightBoxOn" v-if="images && images.length > 0" - @swiperight.stop="previousImage()" - @swipeleft.stop="nextImage()" + @swiperight="previousImage()" + @swipeleft="nextImage()" >