kolesnikovav / vuetify-toolkit

The set of additional vuetify components
MIT License
28 stars 5 forks source link

VCascader selected item binding value(v-model) #22

Open C-viya opened 3 years ago

C-viya commented 3 years ago

Hello @kolesnikovav , thank you so much for this toolkit. I have encountered some problems in the process of using, I hope you can help me in your busy schedule.

The value of VCascader currently used is bound to the last item. Can it be passed along with the parent? image

current: [{id: "2", name: "Berlin"}] expected: [{id: '1', name: 'EUROPA',}, {id: "2", name: "Berlin"}]