fix. 페이지네이션 스타일 적용
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user