mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
docs(cell): center parameter default value edit (#10635)
cell英文文档 center 参数 默认值错误修改parameter default value
This commit is contained in:
@@ -155,7 +155,7 @@ app.use(CellGroup);
|
||||
| icon | Left Icon | _string_ | - |
|
||||
| icon-prefix | Icon className prefix | _string_ | `van-icon` |
|
||||
| border | Whether to show inner border | _boolean_ | `true` |
|
||||
| center | Whether to center content vertically | _boolean_ | `true` |
|
||||
| center | Whether to center content vertically | _boolean_ | `false` |
|
||||
| url | Link URL | _string_ | - |
|
||||
| to | Target route of the link, same as to of vue-router | _string \| object_ | - |
|
||||
| replace | If true, the navigation will not leave a history record | _boolean_ | `false` |
|
||||
|
Reference in New Issue
Block a user