fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -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