[Vuejs]-Vue.js @click doesnt work in option on mobile

-1👍

use @click.native=”value = 100″. (only working with components)

But better way is to use v-model on select and not define @click on options.

👤Mako

Leave a comment