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

feat: add event panel-change

This commit is contained in:
mengxiong10
2020-11-17 17:41:59 +08:00
parent 45969a1480
commit 3d29b49de0
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -290,6 +290,7 @@ Set fixed time list to select;
| blur | When input blur | |
| pick | when select date [#429](https://github.com/mengxiong10/vue2-datepicker/issues/429) | date |
| calendar-change | when change the calendar | date, oldDate, type('year'\|'month'\|'last-year'\|'next-year'\|'last-month'\|'next-month'\|'last-decade'\|'next-decade') |
| panel-change | when the calendar panel changes | type('year'\|'month'\|'date'), oldType |
### Slots