feat(style): change pagination swiper styles

This commit is contained in:
2025-08-03 19:32:23 +03:00
parent ebc352dcdf
commit 50bf9061be
2 changed files with 11 additions and 5 deletions

View File

@@ -1,10 +1,6 @@
<template>
<div class="aspect-w-4 aspect-h-3">
<swiper
:style="{
'--swiper-navigation-color': '#fff',
'--swiper-pagination-color': '#fff',
}"
:lazy="true"
:pagination="pagination"
:navigation="true"
@@ -80,7 +76,7 @@ export default {
dynamicBullets: true,
},
modules: [Pagination],
onTouchMove, // ← вот это добавь
onTouchMove,
};
},
};