docs(ActionSheet): update v-model usage

This commit is contained in:
chenjiahan
2020-07-25 22:05:47 +08:00
parent bb445b74ef
commit 1e441e86a5
4 changed files with 14 additions and 12 deletions
+1
View File
@@ -110,6 +110,7 @@ export default {
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| v-model:show | Whether to show ShareSheet | _boolean_ | `false` |
| options | Share options | _Option[]_ | `[]` |
| title | Title | _string_ | - |
| cancel-text | Cancel button text | _string_ | `'Cancel'` |