fix scoping of v-list-group to the same as v-list (#8848)

This commit is contained in:
Nitwel
2021-10-16 00:39:47 +02:00
committed by GitHub
parent 39b95c1710
commit fc985fa90a

View File

@@ -72,7 +72,7 @@ export default defineComponent({
},
scope: {
type: String,
default: undefined,
default: 'v-list',
},
value: {
type: [String, Number],