update DatePicker
update DatePicker
This commit is contained in:
parent
98ca354f13
commit
68e9b1003b
10 changed files with 67 additions and 67 deletions
|
@ -224,6 +224,7 @@
|
|||
this.$emit('on-pick', newDate);
|
||||
}
|
||||
}
|
||||
this.$emit('on-pick-click');
|
||||
},
|
||||
handleMouseMove (event) {
|
||||
if (!this.rangeState.selecting) return;
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
|
||||
this.$emit('on-pick', index);
|
||||
}
|
||||
this.$emit('on-pick-click');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
|
||||
this.$emit('on-pick', cell.text);
|
||||
}
|
||||
this.$emit('on-pick-click');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue