[Vuejs]-Passing selected option to the button to perform an action using vuejs

0👍

I have read your question I think you have to deal with

this.selected

instead of

this.selectOption.option.target.value

in vuejs we don’t need to deal with name of tag element we deal with v-model
please update me if i miss something

Leave a comment