ZestfulNation / vue-hotel-datepicker

A VueJS v2 responsive date range picker. Displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more.
https://zestfulnation.github.io/vue-hotel-datepicker/
MIT License
840 stars 220 forks source link

fix: wrong path for helpers, add dist/ to .gitignore #220

Closed superbiche closed 4 years ago

superbiche commented 4 years ago

Fix broken build caused by wrong relative import of helpers.js in 2 files.

Also added dist/ directory to .gitignore