This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Description
Hi, it seems that DOM events don't fire on the v-touch instance.
Specifically, I am interested in @mousemove
I have tried passing :options="{domEvents:true}" but that doesn't seem to make any difference (btw, I think in the README it is missing the colon in front of "options")
How would I go about registering mouse events on the v-touch instance?
Thank you