diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 20fa64e..e03bde4 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -10,9 +10,9 @@ center-slides :slides-per-view="2.998" watch-overflow + :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-parents :space-between="16" - :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-slide-children :modules="modules" class="h-[1776px] py-5" @@ -25,10 +25,10 @@