mirror of
https://github.com/directus/directus.git
synced 2026-01-30 21:28:08 -05:00
fix scoping of v-list-group to the same as v-list (#8848)
This commit is contained in:
@@ -72,7 +72,7 @@ export default defineComponent({
|
||||
},
|
||||
scope: {
|
||||
type: String,
|
||||
default: undefined,
|
||||
default: 'v-list',
|
||||
},
|
||||
value: {
|
||||
type: [String, Number],
|
||||
|
||||
Reference in New Issue
Block a user