Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Jul 1, 2024
1 parent 76fae85 commit 080545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/AppLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:is="external ? 'a' : 'RouterLink'"
class="link"
:to="external ? undefined : to"
:href="external ? to : undefined"
:href="to"
:target="external ? '_blank' : ''"
>
<slot />
Expand Down

0 comments on commit 080545b

Please sign in to comment.