Im using vuejs and vue-select component , and wonder how can I programatically tell him to select an array in the options ?
Asked
Active
Viewed 82 times
0
-
could you provide some tried code? – Boussadjra Brahim Oct 13 '18 at 11:07
-
1please share your code so that others can understand whats problem or lacking on it . – Emtiaz Zahid Oct 13 '18 at 13:20
-
you need to set `v-model` as object ```{value: "myval", label: "Option Label"}``` – Tusko Trush Dec 11 '18 at 18:32