feat(Area): add toolbar、confirm、cancel slots (#8969)

This commit is contained in:
neverland
2021-07-02 10:21:28 +08:00
committed by GitHub
parent 32f7be0ec2
commit edb6ea8858
3 changed files with 36 additions and 21 deletions
+8 -5
View File
@@ -149,11 +149,14 @@ confirm 事件返回的数据整体为一个数组,数组每一项对应一列
### Slots
| 名称 | 说明 |
| -------------- | ------------------ |
| title | 自定义标题内容 |
| columns-top | 自定义选项上方内容 |
| columns-bottom | 自定义选项下方内容 |
| 名称 | 说明 | 参数 |
| ---------------- | ---------------------- | ---- |
| toolbar `v3.1.2` | 自定义整个顶部栏的内容 | - |
| title | 自定义标题内容 | - |
| confirm `v3.1.2` | 自定义确认按钮内容 | - |
| cancel `v3.1.2` | 自定义取消按钮内容 | - |
| columns-top | 自定义选项上方内容 | - |
| columns-bottom | 自定义选项下方内容 | - |
### 方法