Skip to content

Commit

Permalink
fix(VListGroup): support regexp in the group prop
Browse files Browse the repository at this point in the history
fixes #7812
  • Loading branch information
KaelWD committed Jun 22, 2021
1 parent a3ec892 commit 43b0406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VList/VListGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default baseMixins.extend<options>().extend({
default: 'primary',
},
disabled: Boolean,
group: String,
group: [String, RegExp],
noAction: Boolean,
prependIcon: String,
ripple: {
Expand Down

0 comments on commit 43b0406

Please sign in to comment.