northwalker / vue-hotel-datepicker

A Vue.js date range picker component without other dependencies for hotels and multi-purpose.
https://northwalker.github.io/vue-hotel-datepicker/
MIT License
85 stars 27 forks source link

Added render method and open method #20

Open luzel opened 4 years ago

luzel commented 4 years ago

Simple and safe refactor.

Added render() method to be able to trigger render of component without destroing component. Render method is copy of created() method. created() method call snew render() method.

Addedd open() method to be able to open calendar.