bsdfzzzy / vue2-hammer

Hammer.js wrapper for Vue 2.x to support some touching operation in the mobile.
MIT License
253 stars 48 forks source link

Call Install method with Vue constructor as first argument #27

Closed bschelling closed 5 years ago

bschelling commented 5 years ago

A Vue.js plugin should expose an install method. The method will be called with the Vue constructor as the first argument, along with possible options. See https://vuejs.org/v2/guide/plugins.html

bsdfzzzy commented 5 years ago

Fixed that. By the way, please do not change the index.min.js file.