Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.4k stars 137 forks source link

event on nextMonth and previousMonth render #877

Closed arqamtahir closed 2 months ago

arqamtahir commented 2 months ago

I was using this calendar, It provides me an event(next-month-rendered) when I move to next month or previous month, it has one param which is the first date of visible month, So based on this(date) we call an api to get available dates of this month.

Could you please add an Event that emit when we move to next or previous month, with one param that is first date of visible month.

Jasenkoo commented 2 months ago

There is already a update-month-year, and you can easily get the date from the given values.

arqamtahir commented 2 months ago

@Jasenkoo Thank you it is working fine.