vue3-datepicker
vue3-datepicker copied to clipboard
fix: monthHeadingFormat property
Fix problem #45
I apologize for my lack of explanation.
I think the property monthHeadingFormat of Datepicker.vue should be given to the component day-picker, not the month-picker, so I fixed it.
To test this, I put an example use of this property in App.vue.
The monthHeadingFormat is an essential property for i18n.
Thank you for implementing it!
Thanks for the PR! Sorry for a very long merge time. I slightly edited your code, but it's merged :)