Merge pull request #4333 from Suzuku/hotfix/calendar_0708

fix: 修改min-date和max-date的传值校验  problem #4258
This commit is contained in:
nemo-shen 2021-08-26 13:57:04 +08:00 committed by GitHub
commit 0b3c36fdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {