How do you set the vuetify nested list to be closed by default? The documentation example shows the nested list functionality but the nested list is open by default when adding to an app. https://vuetifyjs.com/en/components/navigation-drawers#example-nested
change value="true"
to :value="false"
on <v-list-group>
element.
Notice you need :
, but it's probably accidentally missing in the docs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With