1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

docs(cell): center parameter default value edit ()

cell英文文档 center 参数 默认值错误修改parameter default value
This commit is contained in:
richard1015 2022-05-27 19:15:23 +08:00 committed by GitHub
parent d4e49b59ff
commit 1f4155c464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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` |