v-for select option vuejs code example
Example: drop down v-for vuehs
and in data
data() {
return{
test: ['one', 'two', 'three'],
testVal: null
}
}
and in data
data() {
return{
test: ['one', 'two', 'three'],
testVal: null
}
}