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
@@ -332,6 +332,7 @@ export default {
| unselect | 当日历组件的 `type``multiple` 时,取消选中日期时触发 | _value: Date_ |
| month-show | 当某个月份进入可视区域时触发 | _{ date: Date, title: string }_ |
| over-range | 范围选择超过最多可选天数时触发 | - |
| click-subtitle `v3.1.3` | 点击日历副标题时触发 | _event: MouseEvent_ |
### Slots