feat(GridItem): add reverse prop (#8878)

This commit is contained in:
neverland
2021-06-17 19:37:03 +08:00
committed by GitHub
parent 41d95829ba
commit e28ac72484
6 changed files with 40 additions and 11 deletions
+1
View File
@@ -137,6 +137,7 @@ app.use(GridItem);
| icon | [图标名称](#/zh-CN/icon)或图片链接 | _string_ | - |
| icon-prefix | 图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props) | _string_ | `van-icon` |
| icon-color | 图标颜色,同 Icon 组件的 [color 属性](#/zh-CN/icon#props) | _string_ | - |
| reverse `v3.1.0` | 是否调换图标和文本的位置 | _boolean_ | `false` |
| dot | 是否显示图标右上角小红点 | _boolean_ | `false` |
| badge | 图标右上角徽标的内容 | _number \| string_ | - |
| url | 点击后跳转的链接地址 | _string_ | - |