diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 4683e3b52..da698324e 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -367,6 +367,11 @@ export default { }, showTime() { this.updateCurrentMetaData(); + }, + months() { + if (this.overlay) { + setTimeout(this.updateFocus, 0); + } } }, methods: {