docs(ActionSheet): update v-model usage
This commit is contained in:
@@ -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'` |
|
||||
|
||||
@@ -156,6 +156,7 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model:show | 是否显示分享面板 | _boolean_ | `false` |
|
||||
| options | 分享选项 | _Option[]_ | `[]` |
|
||||
| title | 顶部标题 | _string_ | - |
|
||||
| cancel-text | 取消按钮文字 | _string_ | `'取消'` |
|
||||
|
||||
Reference in New Issue
Block a user