Skip to content

Commit 8924b4d

Browse files
authored
fix(VTreeview): match type of update:opened with VList (#22092)
fixes #22091
1 parent f8a7ac2 commit 8924b4d

File tree

1 file changed

+1
-1
lines changed
  • packages/vuetify/src/components/VList

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VList/VList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const makeVListProps = propsFactory({
108108

109109
'onClick:open': EventProp<[{ id: unknown, value: boolean, path: unknown[] }]>(),
110110
'onClick:select': EventProp<[{ id: unknown, value: boolean, path: unknown[] }]>(),
111-
'onUpdate:opened': EventProp<[]>(),
111+
'onUpdate:opened': EventProp<[unknown]>(),
112112
...makeNestedProps({
113113
selectStrategy: 'single-leaf' as const,
114114
openStrategy: 'list' as const,

0 commit comments

Comments
 (0)