fix. [SWV-866] 액션버튼 기능 개선 (이미지 타입 추가)

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:15:59 +09:00
parent 9208aae87f
commit fd83d3ae94
25 changed files with 308 additions and 143 deletions

View File

@@ -20,7 +20,7 @@ const descriptionData = computed(() =>
getComponentGroup(props.components, 'description')
)
const videoPlayData = computed(() =>
getComponentGroup(props.components, 'videoPlay')
getComponentGroup(props.components, 'videoPlayImg')
)
// [TODO] api 수정 후 사용
// const videoPlayData = computed(() =>
@@ -51,7 +51,7 @@ const buttonListData = computed(() =>
/>
<WidgetsVideoPlay
v-if="videoPlayData"
category="image"
variant="videoPlayImg"
:resources-data="videoPlayData"
/>
<WidgetsButtonList