mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
147 stars 34 forks source link

[Question] Range datepicker current month shows on the right panel #63

Open yuli1250 opened 2 months ago

yuli1250 commented 2 months ago

Vue-datepicker-next version: 1.0.3 Vue version: 3.4.15 Browser: Chrome

For range datapicker, i want to show pervious month on the left panel and current month on the right panel. i used the vue2-datepicker, to achieve this feature need to customize the calendar.vue (i found this solution in one of the article), so Just wonder for this vue datepicker next, does it has the same feature? Because my project is not built in typescript, not sure if it is possible to achieve this feature? Thanks