Skip to content

Commit

Permalink
fix: Missing gap between calendars in multi-calendars mode (fixes #565
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Jasenkoo committed Sep 11, 2023
1 parent d676520 commit f47e618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VueDatePicker/components/DatePicker/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
:mapped-dates="mappedDates(instance)"
:month="month(instance)"
:year="year(instance)"
:instance="instance"
v-bind="$props"
@select-date="selectDate($event, instance !== 1)"
@handle-space="handleSpace($event, instance !== 1)"
Expand Down

0 comments on commit f47e618

Please sign in to comment.