vuejs-datepicker
vuejs-datepicker copied to clipboard
Typing information and opened event
This pull request adds two features to the component:
- Typing information for use in typescript environments
- The documentation makes reference to an "opened" event that is fired when the calendar element is opened. However, the component did not actually fire that event ever. So the emit for the event was added in the appropriate place, and now the behavior of the code matches the documentation.