Vue 2.0 中的触摸事件

Touch Events in Vue 2.0

我正在使用 Vue 2.0,我应该使用滑动手势。我检查过有一个官方插件(名为 vue-touch),但正如他们所说,尚不支持 Vue 2.0。

Vue 2.0有哪些库可以实现触摸事件?

我检查了一下,Vue 2.0 已经有一个 vue-touch,不过它在另一个分支上:

This branch is only compatible with Vue 1.0. For the Vue 2.0 compatible rewrite, see the next branch

https://github.com/vuejs/vue-touch/tree/next

你可以直接在Vue中轻松使用Hammer。 Create Vue directives 包装您感兴趣的锤子触摸事件。为您的整个应用执行一次。这很简单,不会让您失望。

Vue2-hammer(每周 npm 下载量 1600 次)也包含 hammer,但目前我选择直接执行此操作。 Vue2-touch-events(每周 5000 次 npm 下载)没有利用 Hammer,这看起来很勇敢。