nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.38k stars 858 forks source link

fix: pass missing props to Calendar from DatePicker #1346

Closed realainov closed 1 year ago

realainov commented 1 year ago

If I select the first min date of the month, the previous one is displayed, plus the month switching buttons are not blocked.

nathanreyes commented 1 year ago

Thanks for alerting me to this. 👍 Your fix does work, but I needed to fix this another way due to some other refactoring.