fix(Calendar): incorrect position when poppable is false (#5760)

This commit is contained in:
chenjiahan 2020-03-05 20:20:02 +08:00
parent c086073da1
commit 8b659a0a52

View File

@ -143,6 +143,7 @@ export default createComponent({
mounted() {
if (this.value || !this.poppable) {
this.initRect();
this.scrollIntoView();
}
},