Skip to content

Commit

Permalink
ナビゲーションバーにariaCurrent追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ogu-kazemiya committed Dec 27, 2024
1 parent fc60617 commit 5188b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NavigationBar/NavigationLinksItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const isActive = computed(() => {
:to="path"
:class="$style.container"
:data-is-selected="isActive"
:aria-current="isActive ? 'page' : null"
>
<icon
:class="$style.icon"
Expand Down

0 comments on commit 5188b8c

Please sign in to comment.