[new feature] Cell: add size prop (#2086)

This commit is contained in:
neverland
2018-11-14 17:25:14 +08:00
committed by GitHub
parent 469e8191df
commit 0860901ec1
8 changed files with 229 additions and 144 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export default {
| info | 图标右上角提示信息 | `String | Number` | - | - |
| url | 跳转链接 | `String` | - | - |
| to | 路由跳转对象,同 `vue-router` 的 to | `String | Object` | - | - |
| replace | 跳转时是否替换当前 history | `String` | `false` | - |
| replace | 跳转时是否替换当前页面历史 | `String` | `false` | - |
### TabbarItem Slot