Fixed #5132 - Calendar: 'view' property has no effect when changed after component initialization

pull/4628/merge
tugcekucukoglu 2024-02-01 14:49:22 +03:00
parent f9a7815d30
commit 2e79cc286e
1 changed files with 3 additions and 0 deletions

View File

@ -592,6 +592,9 @@ export default {
},
currentView() {
Promise.resolve(null).then(() => this.alignOverlay());
},
view(newValue) {
this.currentView = newValue;
}
},
created() {