Skip to content

Commit

Permalink
fix(VBreadcrumbsDivider): add aria-hidden attribute (#20893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Jan 24, 2025
1 parent 2f2eb79 commit 301576b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const VBreadcrumbsDivider = genericComponent()({
setup (props, { slots }) {
useRender(() => (
<li
aria-hidden="true"
class={[
'v-breadcrumbs-divider',
props.class,
Expand Down

0 comments on commit 301576b

Please sign in to comment.