fix. [SWV-865] 영상재생 버튼 개선
Made-with: Cursor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user