mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-19 02:30:35 +03:00
fix: clear event not triggering (#369)
This commit is contained in:
@@ -364,6 +364,7 @@ export default {
|
||||
},
|
||||
handleClear() {
|
||||
this.emitValue(null);
|
||||
this.$emit('clear');
|
||||
},
|
||||
handleConfirmDate() {
|
||||
const value = this.emitValue(this.currentValue);
|
||||
|
||||
Reference in New Issue
Block a user