mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +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: '',
|
scrollIntoView: '',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
minDate() {
|
||||||
|
this.initRect();
|
||||||
|
},
|
||||||
|
maxDate() {
|
||||||
|
this.initRect();
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.setData({
|
this.setData({
|
||||||
currentDate: this.getInitialDate(this.data.defaultDate),
|
currentDate: this.getInitialDate(this.data.defaultDate),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user