fix. 런처 버튼 가이드 수정
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user