Skip to content

Commit

Permalink
fix: remove warning about logout href not found in vue router
Browse files Browse the repository at this point in the history
  • Loading branch information
logotip4ik committed Oct 12, 2024
1 parent 939b0e8 commit 2eac560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Workspace/Toolbox/ToolboxFooter.server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function isRelative(url: string) {
<NuxtLink
:href="link.href"
:target="isRelative(link.href) ? '_self' : '_blank'"
external
class="toolbox__footer__links__item__link"
>
{{ link.name }}
Expand Down

0 comments on commit 2eac560

Please sign in to comment.