2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-17 15:10:36 +03:00

feat: add panel-change event

This commit is contained in:
mxie
2018-10-05 08:26:58 +08:00
parent dfce741e1f
commit 5cdba7be8c
3 changed files with 33 additions and 14 deletions
+5
View File
@@ -156,6 +156,11 @@ export default {
| confirm | When click 'OK' button | the currentValue |
| clear | When click 'clear' button | |
| input-error | When user type a invalid Date| the input text |
| panel-change | When change the panel | panel, oldPanel |
#### panel value
`['NONE', 'DATE', 'YEAR', 'MONTH', 'TIME']`
### Slots