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

Fix missing const declaration #2

Closed gvdp closed 6 years ago

gvdp commented 6 years ago

While using the component I noticed an error when the custom directive was destroyed. Looking at the code I noticed the mc constant was not being declared in the unbind block of the directive. I added it and everything runs smoothly.