Skip to content

Commit 43b0406

Browse files
committed
fix(VListGroup): support regexp in the group prop
fixes #7812
1 parent a3ec892 commit 43b0406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VList/VListGroup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default baseMixins.extend<options>().extend({
6565
default: 'primary',
6666
},
6767
disabled: Boolean,
68-
group: String,
68+
group: [String, RegExp],
6969
noAction: Boolean,
7070
prependIcon: String,
7171
ripple: {

0 commit comments

Comments
 (0)