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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user