[new feature] Dialog: add title slot (#3985)

This commit is contained in:
neverland
2019-07-28 10:36:25 +08:00
committed by GitHub
parent 15046888d9
commit 3299fb6d39
5 changed files with 61 additions and 6 deletions
+7
View File
@@ -160,3 +160,10 @@ export default {
|------|------|------|
| confirm | Triggered when click confirm button | - |
| cancel | Triggered when click cancel button | - |
### Slots
| Name | Description |
|------|------|
| default | Custom message |
| title | Custom title |