Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/2bc7840aa5e00e470f251cf816d6fa23 to your computer and use it in GitHub Desktop.
Save ederchrono/2bc7840aa5e00e470f251cf816d6fa23 to your computer and use it in GitHub Desktop.
<!-- these 2 events go in the current image -->
<img
class="absolute h-full z-10"
@mousedown.prevent="startDrag"
@touchstart="startDrag"
:src="currentImage"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment