Vuepic / vue-datepicker

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

feat(month-picker): adds the month-overlay-value slot to the MonthPicker component #823

Closed brunolopesr closed 5 months ago

brunolopesr commented 5 months ago

This PR addresses issue #821

Adds the month-overlay-value slot to the MonthPicker component, which is internally used in the month-picker mode, allowing to customize just the month value without the need of resorting to the month-year slot.

EliaAlesiani commented 5 months ago

why was it closed?