Skip to content

Commit

Permalink
Added aria-live attribute to meet accessibility Requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
haydencordeiro authored Nov 21, 2024
1 parent 6bf02cb commit 21c6d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/Component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:class="{ 'vl-full-page': isFullPage }"
v-show="isActive"
:aria-busy="isActive"
aria-live="polite"
aria-label="Loading"
:style="{ zIndex }"
>
Expand Down

0 comments on commit 21c6d68

Please sign in to comment.