feat(Dialog): add footer slot (#8382)
This commit is contained in:
@@ -243,10 +243,11 @@ export default {
|
||||
|
||||
通过组件调用 `Dialog` 时,支持以下插槽:
|
||||
|
||||
| 名称 | 说明 |
|
||||
| ------- | ---------- |
|
||||
| default | 自定义内容 |
|
||||
| title | 自定义标题 |
|
||||
| 名称 | 说明 |
|
||||
| ---------------- | ------------------ |
|
||||
| default | 自定义内容 |
|
||||
| title | 自定义标题 |
|
||||
| footer `v3.0.10` | 自定义底部按钮区域 |
|
||||
|
||||
### 样式变量
|
||||
|
||||
|
||||
Reference in New Issue
Block a user