Drawer With Expansion List #12808
Unanswered
al-mutarjim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted a collapsible navigation drawer in some Nuxt-Vuetify projects and have close to almost nearly achieved it here.
Extrapolating from a somewhat similar Vue Material project and a simpler Vuetify one I added the value
to:
toìtems
in the Javascript like thisThen I wanted to call navigation links in my template and tried this.
Set the
link
prop on<v-list-item>
and the child items become active but I am not sure how to call URLs of the child items there.I am sure this will prove to be something I should get from API docs, but can anyone drop a hint? Could I request adding this configuration to a wireframe or Codepen or the API docs?
Beta Was this translation helpful? Give feedback.
All reactions