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 -1
View File
@@ -117,7 +117,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Whether to show popup | *boolean* | `false` |
| v-model (value) | Whether to show popup | *boolean* | `false` |
| overlay | Whether to show overlay | *boolean* | `true` |
| position | Can be set to `top` `bottom` `right` `left` | *string* | `center` |
| overlay-class | Custom overlay class | *string* | - |
+1 -1
View File
@@ -128,7 +128,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| v-model | 当前组件是否显示 | *boolean* | `false` |
| v-model (value) | 是否显示弹出层 | *boolean* | `false` |
| overlay | 是否显示遮罩层 | *boolean* | `true` |
| position | 弹出位置,可选值为 `top` `bottom` `right` `left` | *string* | `center` |
| overlay-class | 自定义遮罩层类名 | *string* | - |