diff --git a/spa/src/components/FullScreenImageViewer.vue b/spa/src/components/FullScreenImageViewer.vue index 8763e57..8fc3b06 100644 --- a/spa/src/components/FullScreenImageViewer.vue +++ b/spa/src/components/FullScreenImageViewer.vue @@ -6,7 +6,7 @@ :pagination="{ type: 'fraction', }" - :activeIndex="activeIndex" + :initialSlide="activeIndex" :modules="[Zoom, Navigation, Pagination]" class="mySwiper w-full h-full" @slider-move="vibrate"