Skip to content Skip to sidebar Skip to footer

Using @click In Select Options - Vue.js 2

I'd like to use @click in select options. So far I have:

Once you change a option the value of sortTyoe will be changed to it, and the @change will call the callback sortBy(sortType).

Post a Comment for "Using @click In Select Options - Vue.js 2"