yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

v-on:change not working in vue-select #538

Open william-jay opened 6 years ago

william-jay commented 6 years ago

<v-select :value="courseID" v-on:change="fetchProspectus" label="courseCode" :options="courses" v-model="form.course"></v-select>

``

`

`