vueuse / gesture

🕹 Vue Composables making your app interactive
https://gesture.vueuse.org
MIT License
353 stars 18 forks source link

Use with Vue 2 options api? #4

Closed mesqueeb closed 2 years ago

mesqueeb commented 3 years ago

I'm looking for a "drag" directive or something similar, and stumbled here. https://gesture.vueuse.org/use-drag.html

Is it possible to use this with just a plain old Vue 2 + options API project?

Tahul commented 2 years ago

This package is meant to be used with Vue 2 + Composition API or Vue 3.