Fixed #5132 - Calendar: 'view' property has no effect when changed after component initialization
parent
f9a7815d30
commit
2e79cc286e
|
@ -592,6 +592,9 @@ export default {
|
||||||
},
|
},
|
||||||
currentView() {
|
currentView() {
|
||||||
Promise.resolve(null).then(() => this.alignOverlay());
|
Promise.resolve(null).then(() => this.alignOverlay());
|
||||||
|
},
|
||||||
|
view(newValue) {
|
||||||
|
this.currentView = newValue;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|
Loading…
Reference in New Issue