2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 05:40:36 +03:00

feat: emit clear event for the clear button

This commit is contained in:
mxie
2018-09-06 18:50:50 +08:00
parent 6d7d46546e
commit e0776b6c83
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -153,9 +153,11 @@ export default {
|-----------------|------------------------------|------------------------|
| change | When the value change | the currentValue |
| input | When the value change | the currentValue |
| confirm | When user click 'OK' button | the currentValue |
| confirm | When click 'OK' button | the currentValue |
| clear | When click 'clear' button | |
| input-error | When user type a invalid Date| the input text |
### Slots
| Name | Description |