How chose what v-treeview node is displayed? #12541
Unanswered
KaioLTeles
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.
-
Hi guys,
First things firts, my english is a work in progress so my apologies if i wrote something wrong.
Talking about my problem now, i´m using a v-treeview component in my project but i need to choose what node is displayed based of a field in my list, this can be done? I dont want to change my list.
My code below.
<v-treeview :items="listVerbaRegionalBonificacao" hoverable item-text="papelDescricao" transition> <v-treeview-node item=""></v-treeview-node> </v-treeview>
My list (that i recive of my backend) nodes also have nodes, that i show below.

Thanks!
Beta Was this translation helpful? Give feedback.
All reactions