You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great work on vue2-hammer so far! I was wondering if the plugin could also support
Vue2 event modifiers (https://vuejs.org/v2/guide/events.html#Event-Modifiers). For example we could do something like v-hammer:tap.self to prevent trigger from other elements.
The text was updated successfully, but these errors were encountered:
Hi, great work on vue2-hammer so far! I was wondering if the plugin could also support
Vue2 event modifiers (https://vuejs.org/v2/guide/events.html#Event-Modifiers). For example we could do something like v-hammer:tap.self to prevent trigger from other elements.
Did you find another solution (workaround)? Thanks!
Hi, great work on vue2-hammer so far! I was wondering if the plugin could also support
Vue2 event modifiers (https://vuejs.org/v2/guide/events.html#Event-Modifiers). For example we could do something like
v-hammer:tap.self
to prevent trigger from other elements.The text was updated successfully, but these errors were encountered: