docs(ActionSheet): add v-model api (#6017)

This commit is contained in:
neverland
2020-04-08 15:35:47 +08:00
committed by GitHub
parent 7cff3de052
commit cc4c68dc2b
4 changed files with 17 additions and 11 deletions
+1
View File
@@ -123,6 +123,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model (value) | Whether to show ActionSheet | *boolean* | `false` |
| actions | Options | *Action[]* | `[]` |
| title | Title | *string* | - |
| cancel-text | Text of cancel button | *string* | - |