feat(ActionSheet): add description slot (#7068)

This commit is contained in:
neverland
2020-08-30 20:17:37 +08:00
committed by GitHub
parent ad5d8f854c
commit dae6e2dbd4
5 changed files with 47 additions and 6 deletions
+7
View File
@@ -189,3 +189,10 @@ export default {
| opened | Triggered when opened ActionSheet | - |
| closed | Triggered when closed ActionSheet | - |
| click-overlay | Triggered when click overlay | - |
### Slots
| Name | Description |
| --------------------- | ------------------ |
| default | Custom content |
| description `v2.10.4` | Custom description |