Skip to content

Commit

Permalink
fix(VTreeview): don't expose open (#20192)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuchao Wu <yuchao.sydneyuni@gmail.com>
  • Loading branch information
userquin and yuwu9145 authored Aug 3, 2024
1 parent bbcb173 commit 40f7197
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vuetify/src/labs/VTreeview/VTreeview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ export const VTreeview = genericComponent<new <T>(
)
})

return {
open,
}
return { }
},
})

Expand Down

0 comments on commit 40f7197

Please sign in to comment.