mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
fix: add observer for limit date change (#5520)
This commit is contained in:
parent
610ce18859
commit
d692b708af
@ -144,6 +144,15 @@ VantComponent({
|
||||
scrollIntoView: '',
|
||||
},
|
||||
|
||||
watch: {
|
||||
minDate() {
|
||||
this.initRect();
|
||||
},
|
||||
maxDate() {
|
||||
this.initRect();
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
this.setData({
|
||||
currentDate: this.getInitialDate(this.data.defaultDate),
|
||||
|
Loading…
x
Reference in New Issue
Block a user