1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

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

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

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