Vue.js get selected option on @change

前端 未结 5 1793
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 12:28

First, i want to say that im new to Vue, and this is my first project ever using Vue. I have combobox and I want to do something different based on the selected combobox. I

5条回答
  •  不知归路
    2020-11-27 13:15

    Use v-model to bind the value of selected option's value. Here is an example.

    
    
    

    More reference can been seen from here.

提交回复
热议问题