update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-20 09:29:48 +08:00
parent 7c5ccdab4d
commit 3602b78df8
4 changed files with 14 additions and 9 deletions

View file

@ -67,10 +67,10 @@
if (newVal && !oldVal) {
this.rangeState.selecting = false;
this.markRange(newVal);
this.$emit('on-pick', {
minDate: this.minDate,
maxDate: this.maxDate
});
// this.$emit('on-pick', {
// minDate: this.minDate,
// maxDate: this.maxDate
// });
}
},
cells: {