feat(Dialog): add footer slot (#8382)

This commit is contained in:
neverland
2021-03-20 15:47:52 +08:00
committed by GitHub
parent a7bd8d02b3
commit 1865e06a7a
5 changed files with 47 additions and 9 deletions
+5 -4
View File
@@ -243,10 +243,11 @@ export default {
通过组件调用 `Dialog` 时,支持以下插槽:
| 名称 | 说明 |
| ------- | ---------- |
| default | 自定义内容 |
| title | 自定义标题 |
| 名称 | 说明 |
| ---------------- | ------------------ |
| default | 自定义内容 |
| title | 自定义标题 |
| footer `v3.0.10` | 自定义底部按钮区域 |
### 样式变量