vue-hammerjs
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

vue-hammerjs

Vue Directive Wrapper for Hammer.js

Usage

import Vue from 'vue'
import VueHM from 'vue-hammerjs'
 
Vue.use(VueHM)
 
<template>
  <div class="index">
    <div class="index-item" v-hm:swipe="onSwipe">Swipe</div>
    <div class="index-item" v-hm:doubletap="onDoubleTap">Double Tap</div>
  </div>
</template>

Readme

Keywords

none

Package Sidebar

Install

npm i vue-hammerjs

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

18.7 kB

Total Files

15

Last publish

Collaborators

  • xiaoping