Look at http://forum.quasar-framework.org/topic/758/v-touch-swipe-error I have added TouchHold directive, swipe only recognizes when a swipe was done but does not track the position in the example left panel changes the position when you hold the panel.
<div v-touch-hold="method"></div>When I added this to my component I did not get any events when pressing and holding (mouse).