diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 48d1bbc6d..4fc9f83a4 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -554,6 +554,12 @@ export default { showTime() { this.updateCurrentMetaData(); }, + minDate() { + this.updateCurrentMetaData(); + }, + maxDate() { + this.updateCurrentMetaData(); + }, months() { if (this.overlay) { if (!this.focused) {