feat(Calendar): add month-show event (#6292)

This commit is contained in:
neverland
2020-05-17 20:28:53 +08:00
committed by GitHub
parent 6870bdcbc2
commit f2ec0c5a4d
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -291,6 +291,7 @@ Following props are supported when the type is multiple
| opened `v2.5.2` | Triggered when opened Popup | - |
| closed `v2.5.2` | Triggered when closed Popup | - |
| unselect `v2.7.2` | Triggered when unselect date when type is multiple | _value: Date_ |
| month-show `v2.8.2` | Triggered when a month enters the visible area | _{ date: Date, title: string }_ |
### Slots