fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -119,7 +119,6 @@ onBeforeUnmount(() => {
|
||||
<AtomsButtonPlay
|
||||
v-if="playingSlideIndex !== index"
|
||||
class="btn-play"
|
||||
variant="videoPlay"
|
||||
:background-color="
|
||||
getColorCodeFromData(videoPlayData?.display, 'none')
|
||||
"
|
||||
|
||||
@@ -20,7 +20,7 @@ const descriptionData = computed(() =>
|
||||
getComponentGroup(props.components, 'description')
|
||||
)
|
||||
const videoPlayData = computed(() =>
|
||||
getComponentGroup(props.components, 'videoPlayImg')
|
||||
getComponentGroup(props.components, 'videoPlay')
|
||||
)
|
||||
// [TODO] api 수정 후 사용
|
||||
// const videoPlayData = computed(() =>
|
||||
@@ -51,7 +51,7 @@ const buttonListData = computed(() =>
|
||||
/>
|
||||
<WidgetsVideoPlay
|
||||
v-if="videoPlayData"
|
||||
variant="videoPlayImg"
|
||||
category="image"
|
||||
:resources-data="videoPlayData"
|
||||
/>
|
||||
<WidgetsButtonList
|
||||
|
||||
@@ -34,7 +34,7 @@ const descriptionData = computed(() =>
|
||||
getComponentGroup(props.components, 'description')
|
||||
)
|
||||
const videoPlayData = computed(() =>
|
||||
getComponentGroup(props.components, 'videoPlayImg')
|
||||
getComponentGroup(props.components, 'videoPlay')
|
||||
)
|
||||
// [TODO] api 수정 후 사용
|
||||
// const videoPlayData = computed(() =>
|
||||
@@ -105,7 +105,7 @@ const slideItemSize = {
|
||||
/>
|
||||
<WidgetsVideoPlay
|
||||
v-if="videoPlayData"
|
||||
variant="videoPlayImg"
|
||||
category="image"
|
||||
:resources-data="videoPlayData"
|
||||
/>
|
||||
<WidgetsSlideCenterHighlight
|
||||
|
||||
Reference in New Issue
Block a user