Answers for "vue-select set value manually"

0

how to select specific option in vue

<select>
       <option v-for="(item , index) in categories" v-bind:key="index" :selected= "item.id == 30" >
            {{item.title}}
       </option>
</select>
Posted by: Guest on April-17-2020
0

vue-select set value manually

vvvvvv
Posted by: Guest on April-16-2022

Browse Popular Code Answers by Language