Skip to content

Commit

Permalink
fix(VChip): component always shows cursor pointer (#16256)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljic committed Dec 10, 2022
1 parent a533a7e commit 420af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VChip/VChip.tsx
Expand Up @@ -132,7 +132,7 @@ export const VChip = defineComponent({
{
'v-chip--disabled': props.disabled,
'v-chip--label': props.label,
'v-chip--link': isClickable,
'v-chip--link': isClickable.value,
'v-chip--filter': hasFilter,
'v-chip--pill': props.pill,
},
Expand Down

0 comments on commit 420af68

Please sign in to comment.