Skip to content

Commit d6fd03a

Browse files
committed
chore: using aria-label as attribute
1 parent e5c0860 commit d6fd03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueSkipToList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>
1616
<vue-skip-to
1717
:to="el.anchor"
18-
:ariaLabel="el.ariaLabel"
18+
:aria-label="el.ariaLabel"
1919
@focus="labelVisible = true"
2020
@blur="labelVisible = false"
2121
class="vue-skip-to vue-skip-to--relative"

0 commit comments

Comments
 (0)