Skip to content

Commit

Permalink
fix: avoid triggering open/close via select
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Jun 21, 2024
1 parent 3752de2 commit 63ad3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/VTreeview/VTreeview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const VTreeview = genericComponent<new <T>(
'v-treeview',
props.class,
]}
open-strategy="multiple"
style={ props.style }
v-model:activated={ activated.value }
v-model:selected={ selected.value }
Expand Down

0 comments on commit 63ad3fe

Please sign in to comment.