[Vuejs]-Is there any option to specify what item to choose first when v-slide-group is 'mandatory'

0👍

You can try reading documentation and API of components you are trying to use (for example v-slide-group API in which you can see that you can pass value prop: :value="items[n]" in your case).

Leave a comment