mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] SwitchCell: fix v-model type
This commit is contained in:
parent
2c4adff307
commit
1a6b5f4a0d
@ -58,7 +58,7 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| v-model | 开关状态 | `null` | `false` | - |
|
||||
| v-model | 开关状态 | `any` | `false` | - |
|
||||
| title | 左侧标题 | `string` | `''` | - |
|
||||
| border | 是否展示单元格内边框 | `boolean` | `true` | 2.0.0 |
|
||||
| cell-size | 单元格大小,可选值为 `large` | `string` | 2.0.0 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user