mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
Merge pull request #4333 from Suzuku/hotfix/calendar_0708
fix: 修改min-date和max-date的传值校验 problem #4258
This commit is contained in:
commit
0b3c36fdc6
@ -67,11 +67,11 @@ VantComponent({
|
|||||||
observer: 'reset',
|
observer: 'reset',
|
||||||
},
|
},
|
||||||
minDate: {
|
minDate: {
|
||||||
type: null,
|
type: Number,
|
||||||
value: initialMinDate,
|
value: initialMinDate,
|
||||||
},
|
},
|
||||||
maxDate: {
|
maxDate: {
|
||||||
type: null,
|
type: Number,
|
||||||
value: initialMaxDate,
|
value: initialMaxDate,
|
||||||
},
|
},
|
||||||
position: {
|
position: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user