We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello! Can't get it working. First tried vue2 branch with no success, now same with vue3.
When I specify function name as in docs, nothing happens:
v-touch:tap="buttonCallback"
and when I add (), function fires right after component is mounted:
v-touch:tap="buttonCallback()"
Please help