Skip to content

Commit

Permalink
Improve Tab key behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 15, 2024
1 parent 27a1a86 commit 8f3d90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/button/LinkDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</DocSectionText>
<div class="card flex justify-content-center gap-3">
<Button label="Link" link />
<NuxtLink to="https://vuejs.org/" target="_blank" rel="noopener">
<NuxtLink to="https://vuejs.org/" target="_blank" rel="noopener" tabindex="-1">
<Button label="External" />
</NuxtLink>
<router-link to="/" target="_blank" rel="noopener">
<router-link to="/" target="_blank" rel="noopener" tabindex="-1">
<Button label="Router" />
</router-link>
</div>
Expand Down

0 comments on commit 8f3d90b

Please sign in to comment.