fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -46,9 +46,9 @@ const handleCopy = async () => {
|
||||
<transition name="fade">
|
||||
<AtomsButtonCircle
|
||||
v-show="!showSnsList"
|
||||
class="btn-more"
|
||||
sr-only="sns"
|
||||
:background-color="snsBackgroundColor"
|
||||
sr-only="sns"
|
||||
class="btn-more"
|
||||
@click="handleControlForce(true)"
|
||||
>
|
||||
<AtomsIconsShareLine class="icon-share" />
|
||||
@@ -61,8 +61,8 @@ const handleCopy = async () => {
|
||||
v-if="item.use_yn === 1 && item.url"
|
||||
type="external"
|
||||
:href="item.url"
|
||||
:class="['btn-sns', key]"
|
||||
:sr-only="key"
|
||||
:class="['btn-sns', key]"
|
||||
@click="sendLog(locale, { ...analytics, click_item: key })"
|
||||
>
|
||||
<img
|
||||
@@ -79,8 +79,8 @@ const handleCopy = async () => {
|
||||
</template>
|
||||
<AtomsButtonCircle
|
||||
type="action"
|
||||
class="btn-sns link"
|
||||
sr-only="copy"
|
||||
class="btn-sns link"
|
||||
@click="handleCopy"
|
||||
>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user