fix. [PWT-157] 공식 영상 > 추쳔 영상 컨텐츠 1개 상태에서 인디케이터 노출 오류
This commit is contained in:
@@ -145,11 +145,11 @@ const handleLoadMoreRecent = () => {
|
||||
:drag="false"
|
||||
@move="handleSplideMove"
|
||||
>
|
||||
<template
|
||||
<SplideSlide
|
||||
v-for="(item, index) in recommendedVideos"
|
||||
:key="`recommended-${item.url}-${index}`"
|
||||
@click="handleVideoClick(item.url)"
|
||||
>
|
||||
<SplideSlide @click="handleVideoClick(item.url)">
|
||||
<div
|
||||
class="overflow-hidden aspect-[16/9] flex-shrink-0 w-full rounded-[4px] sm:w-[60.3%] sm:rounded-[8px] md:w-[56%] lg:w-[710px] lg:rounded-[12px]"
|
||||
>
|
||||
@@ -176,9 +176,8 @@ const handleLoadMoreRecent = () => {
|
||||
</p>
|
||||
</div>
|
||||
</SplideSlide>
|
||||
</template>
|
||||
</BlocksSlideFade>
|
||||
<div class="splide-pagination">
|
||||
<div v-if="recommendedVideos.length > 1" class="splide-pagination">
|
||||
<span class="font-[700] text-[#1F1F1F]">
|
||||
{{ currentRecommendedIndex }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user