Skip to content

Commit

Permalink
fix(VChip): utilize active-class (#20716)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Sek authored Dec 3, 2024
1 parent f07b54c commit 501fa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VChip/VChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const VChip = genericComponent<VChipSlots>()({
'v-chip--link': isClickable.value,
'v-chip--filter': hasFilter,
'v-chip--pill': props.pill,
[`${props.activeClass}`]: props.activeClass && link.isActive?.value,
},
themeClasses.value,
borderClasses.value,
Expand Down

0 comments on commit 501fa1b

Please # to comment.