feat(Calendar): add top-info、bottom-info slot (#8716)
This commit is contained in:
@@ -333,10 +333,12 @@ export default {
|
||||
|
||||
### Slots
|
||||
|
||||
| 名称 | 说明 |
|
||||
| ------ | ------------------ |
|
||||
| title | 自定义标题 |
|
||||
| footer | 自定义底部区域内容 |
|
||||
| 名称 | 说明 | 参数 |
|
||||
| --------------------- | ------------------------ | ---------- |
|
||||
| title | 自定义标题 | - |
|
||||
| footer | 自定义底部区域内容 | - |
|
||||
| top-info `v3.0.17` | 自定义日期上方的提示信息 | _day: Day_ |
|
||||
| bottom-info `v3.0.17` | 自定义日期下方的提示信息 | _day: Day_ |
|
||||
|
||||
### 方法
|
||||
|
||||
|
||||
Reference in New Issue
Block a user