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

Feature: Remove lodash dependency #9

Closed gerardo-rodriguez closed 6 years ago

gerardo-rodriguez commented 6 years ago

This closes https://github.com/bsdfzzzy/vue2-hammer/issues/8 by removing the lodash dependency and instead using Object.keys().length for the if check.

This will make using vue2-hammer much smaller without the lodash dependency. 😉

bsdfzzzy commented 6 years ago

Cool. Thanks for the improvement.