feat(style): change pagination swiper styles
This commit is contained in:
@@ -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,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user