Skip to content

Commit

Permalink
fix: target-blank
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Aug 22, 2024
1 parent 9f230ab commit 16a8425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/pages/namecard/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ watch(
:href="`https://x.com/share?url=${encodeURIComponent(
`https://vuefes.jp/2024/namecard/${authUser?.id}/share`,
)}`"
target-blank
can-hover
class="sns-button"
/>
Expand All @@ -59,6 +60,7 @@ watch(
:href="`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(
`https://vuefes.jp/2024/namecard/${authUser?.id}/share`,
)}`"
target-blank
class="sns-button"
/>
</div>
Expand Down

0 comments on commit 16a8425

Please sign in to comment.