vuejs / vue-touch

Hammer.js wrapper for Vue.js
MIT License
2.72k stars 391 forks source link

when v-touch set tag as button, event still fire even button is disabled #131

Closed huangxuewu closed 5 years ago

huangxuewu commented 5 years ago

<v-touch tag="button" :disabled="true" @tap="trigger">

this suppose to disabled all event that binds to the element. however it still trigger.