fix. [SWV-866] 액션버튼 기능 개선 (이미지 타입 추가)
Made-with: Cursor
This commit is contained in:
@@ -59,9 +59,8 @@ const handleCopy = async () => {
|
||||
<template v-for="(item, key) in snsJson" :key="key">
|
||||
<AtomsButtonCircle
|
||||
v-if="item.use_yn === 1 && item.url"
|
||||
type="link"
|
||||
:to="item.url"
|
||||
target="_blank"
|
||||
type="external"
|
||||
:href="item.url"
|
||||
:class="['btn-sns', key]"
|
||||
:sr-only="key"
|
||||
@click="sendLog(locale, { ...analytics, click_item: key })"
|
||||
@@ -79,6 +78,7 @@ const handleCopy = async () => {
|
||||
</AtomsButtonCircle>
|
||||
</template>
|
||||
<AtomsButtonCircle
|
||||
type="action"
|
||||
class="btn-sns link"
|
||||
sr-only="copy"
|
||||
@click="handleCopy"
|
||||
|
||||
Reference in New Issue
Block a user