fix. 영상재생 버튼 api 데이터 수정 적용

This commit is contained in:
clkim
2026-03-05 14:12:45 +09:00
parent 96db0009df
commit 19542a166b
2 changed files with 2 additions and 10 deletions

View File

@@ -20,12 +20,8 @@ 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 buttonListData = computed(() =>
getComponentGroupAry(props.components, 'buttonList')
)

View File

@@ -34,12 +34,8 @@ 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')
)