diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 30c8c9c5d..1e426d1bb 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -592,6 +592,9 @@ export default { }, currentView() { Promise.resolve(null).then(() => this.alignOverlay()); + }, + view(newValue) { + this.currentView = newValue; } }, created() {