fix. [SWV-866] 액션버튼 기능 개선 (이미지 타입 추가)
Made-with: Cursor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { PageDataResourceGroup } from '#layers/types/api/pageData'
|
||||
|
||||
interface Props {
|
||||
category?: 'system' | 'image'
|
||||
variant?: 'videoPlay' | 'videoPlayImg'
|
||||
resourcesData: PageDataResourceGroup
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ const handleVideoPlayClick = () => {
|
||||
<template>
|
||||
<AtomsButtonPlay
|
||||
v-motion-stagger
|
||||
:category="props.category"
|
||||
:variant="props.variant"
|
||||
:background-color="backgroundColor"
|
||||
:tracking="props.resourcesData.tracking"
|
||||
@click="handleVideoPlayClick"
|
||||
|
||||
Reference in New Issue
Block a user