fix. 런처 버튼 가이드 수정

This commit is contained in:
clkim
2026-02-10 11:19:14 +09:00
parent 3c47e6da61
commit 0fa91264fc
2 changed files with 9 additions and 7 deletions

View File

@@ -157,11 +157,7 @@ const handleClick = () => {
<component
:is="componentTag"
v-bind="$attrs"
:class="[
'btn-base',
props.type,
{ 'no-text': props.type === 'single' && !$slots.default },
]"
:class="['btn-base', props.type, { 'no-text': !$slots.default }]"
:data-variant="props.variant"
:data-platform="props.platform"
:style="buttonStyle"