fix. 머지 충돌 수정

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:46:27 +09:00
parent fd83d3ae94
commit 2779a663d7
17 changed files with 31 additions and 53 deletions

View File

@@ -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