fix. [SWV-865] 영상재생 버튼 개선

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:14:16 +09:00
parent a21c4127f6
commit 9208aae87f
13 changed files with 81 additions and 32 deletions

View File

@@ -34,8 +34,12 @@ const descriptionData = computed(() =>
getComponentGroup(props.components, 'description')
)
const videoPlayData = computed(() =>
getComponentGroup(props.components, 'videoPlay')
getComponentGroup(props.components, 'videoPlayImg')
)
// [TODO] api 수정 후 사용
// const videoPlayData = computed(() =>
// getComponentGroup(props.components, 'videoPlayImg')
// )
const arrowsData = computed(() =>
getComponentGroupAry(props.components, 'arrow')
)
@@ -99,7 +103,11 @@ const slideItemSize = {
:resources-data="descriptionData"
class="w-full max-w-[355px] mx-[20px] sm:mx-[40px] md:max-w-[944px]"
/>
<WidgetsVideoPlay v-if="videoPlayData" :resources-data="videoPlayData" />
<WidgetsVideoPlay
v-if="videoPlayData"
category="image"
:resources-data="videoPlayData"
/>
<WidgetsSlideCenterHighlight
v-if="slideData && slideData.length > 0"
v-motion-stagger