mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(Calendar): failed to render months when not poppable (#10707)
This commit is contained in:
parent
c38fed70be
commit
eae8d47cee
@ -185,7 +185,7 @@ export default defineComponent({
|
|||||||
const months: Date[] = [];
|
const months: Date[] = [];
|
||||||
const cursor = new Date(props.minDate);
|
const cursor = new Date(props.minDate);
|
||||||
|
|
||||||
if (props.lazyRender && !props.show) {
|
if (props.lazyRender && !props.show && props.poppable) {
|
||||||
return months;
|
return months;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user