mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(calendar): scrollToDate method is invalid (#10432)
This commit is contained in:
parent
66cb711066
commit
0eae222b88
@ -308,8 +308,8 @@ export default defineComponent({
|
|||||||
// add Math.floor to avoid decimal height issues
|
// add Math.floor to avoid decimal height issues
|
||||||
// https://github.com/youzan/vant/issues/5640
|
// https://github.com/youzan/vant/issues/5640
|
||||||
bodyHeight = Math.floor(useRect(bodyRef).height);
|
bodyHeight = Math.floor(useRect(bodyRef).height);
|
||||||
scrollToCurrentDate();
|
|
||||||
});
|
});
|
||||||
|
scrollToCurrentDate();
|
||||||
};
|
};
|
||||||
|
|
||||||
const reset = (date = getInitialDate()) => {
|
const reset = (date = getInitialDate()) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user