Skip to content

Commit

Permalink
fix: 投稿一覧画面でtraQ共有ボタンがうまく動かなかったバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Jun 17, 2024
1 parent 8ce7ba5 commit f348864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const shareText = computed(() =>
:href="`https://q.trap.jp/share-target?text=${shareText}`"
target="_blank"
rel="noreferrer noopener"
@click="(e) => e.stopPropagation()"
>
<Icon icon="mdi:share-variant" />
</a>
Expand Down

0 comments on commit f348864

Please sign in to comment.