feat(Calendar): add click-subtitle event (#8981)

This commit is contained in:
neverland
2021-07-05 13:25:58 +08:00
committed by GitHub
parent 779f3363c2
commit b5ea1cd3ad
5 changed files with 34 additions and 3 deletions
+1
View File
@@ -326,6 +326,7 @@ Following props are supported when the type is multiple
| unselect | Emitted when unselect date when type is multiple | _value: Date_ |
| month-show | Emitted when a month enters the visible area | _{ date: Date, title: string }_ |
| over-range | Emitted when exceeded max range | - |
| click-subtitle `v3.1.3` | Emitted when clicking the subtitle | _event: MouseEvent_ |
### Slots