vue-hotel-datepicker icon indicating copy to clipboard operation
vue-hotel-datepicker copied to clipboard

Added render method and open method

Open luzel opened this issue 4 years ago • 0 comments

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.

luzel avatar Feb 07 '20 12:02 luzel