vuejs3-datepicker
vuejs3-datepicker copied to clipboard
changed-month event is emitting completely different objects
Changing the month from the main calendar view using the arrows emits a Date object, whereas changing the month from the month list (after clicking on the month/year title in the main calendar view) emits an object that looks like this:
{month: 'February', timestamp: 1675278300000, isSelected: null, isDisabled: false}