[Vuejs]-Active state from v-list-item stuck to false on load โ€“ Vuetify

0๐Ÿ‘

My thinking about this was entirely wrong.

You need to pass the value property on v-list-item-group and pass an array with indexes of the active v-list-items.

e.g. [1,4,5] means that items with indexes 1,4,5 are active.

Leave a comment