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'` |
+1
View File
@@ -156,6 +156,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| v-model:show | 是否显示分享面板 | _boolean_ | `false` |
| options | 分享选项 | _Option[]_ | `[]` |
| title | 顶部标题 | _string_ | - |
| cancel-text | 取消按钮文字 | _string_ | `'取消'` |