fix. 영상재생 버튼 api 데이터 수정 적용
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
@@ -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')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user