fix. 페이지네이션 스타일 적용

This commit is contained in:
clkim
2025-10-21 19:59:25 +09:00
parent 118bec5dde
commit c9c39a06dd
15 changed files with 117 additions and 64 deletions

View File

@@ -44,7 +44,7 @@ const slideItemSize = {
},
}
const handleChange = (
const handleSplideMove = (
_splide: SplideType,
newIndex: number,
_oldIndex: number,
@@ -84,7 +84,7 @@ const onArrowClick = (direction, targetIndex) => {
:slide-item-length="slideData?.length"
:pagination="false"
class="mt-[24px] md:mt-[48px]"
@move="handleChange"
@move="handleSplideMove"
@arrow-click="onArrowClick"
>
<SplideSlide v-for="(item, index) in slideData" :key="index">