S
S
Stim72020-11-30 13:55:22
Vue.js
Stim7, 2020-11-30 13:55:22

V-treeview - how to make an input?

Hello everyone, tell me how to make v-treeview in the tree instead of the usual div-a with text - input? Thanks
5fc4cf153241b826627592.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2020-11-30
@Stim7

Insert input through one of the slots , for example:

<v-treeview>
  <template #label>
    <v-text-field />
  </template>
</v-treeview>

https://jsfiddle.net/L3vquo84/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question