Skip to content

Commit

Permalink
fix(VListItem): add anchor title (#17940)
Browse files Browse the repository at this point in the history
fixes #17908
  • Loading branch information
bogdanciuca committed Aug 8, 2023
1 parent e5ddab5 commit bf76c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VList/VListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export const VListItem = genericComponent<VListItemSlots>()({
]}
href={ link.href.value }
tabindex={ isClickable.value ? (list ? -2 : 0) : undefined }
title={ props.title }
onClick={ onClick }
onKeydown={ isClickable.value && !isLink.value && onKeyDown }
v-ripple={ isClickable.value && props.ripple }
Expand Down

0 comments on commit bf76c7a

Please sign in to comment.