fix. 영상재생 버튼 api 데이터 수정 적용
This commit is contained in:
@@ -20,12 +20,8 @@ const descriptionData = computed(() =>
|
|||||||
getComponentGroup(props.components, 'description')
|
getComponentGroup(props.components, 'description')
|
||||||
)
|
)
|
||||||
const videoPlayData = computed(() =>
|
const videoPlayData = computed(() =>
|
||||||
getComponentGroup(props.components, 'videoPlay')
|
getComponentGroup(props.components, 'videoPlayImg')
|
||||||
)
|
)
|
||||||
// [TODO] api 수정 후 사용
|
|
||||||
// const videoPlayData = computed(() =>
|
|
||||||
// getComponentGroup(props.components, 'videoPlayImg')
|
|
||||||
// )
|
|
||||||
const buttonListData = computed(() =>
|
const buttonListData = computed(() =>
|
||||||
getComponentGroupAry(props.components, 'buttonList')
|
getComponentGroupAry(props.components, 'buttonList')
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -34,12 +34,8 @@ const descriptionData = computed(() =>
|
|||||||
getComponentGroup(props.components, 'description')
|
getComponentGroup(props.components, 'description')
|
||||||
)
|
)
|
||||||
const videoPlayData = computed(() =>
|
const videoPlayData = computed(() =>
|
||||||
getComponentGroup(props.components, 'videoPlay')
|
getComponentGroup(props.components, 'videoPlayImg')
|
||||||
)
|
)
|
||||||
// [TODO] api 수정 후 사용
|
|
||||||
// const videoPlayData = computed(() =>
|
|
||||||
// getComponentGroup(props.components, 'videoPlayImg')
|
|
||||||
// )
|
|
||||||
const arrowsData = computed(() =>
|
const arrowsData = computed(() =>
|
||||||
getComponentGroupAry(props.components, 'arrow')
|
getComponentGroupAry(props.components, 'arrow')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user