[Improvement] Cell: support number type title & value (#1073)

This commit is contained in:
neverland
2018-05-15 18:41:45 +08:00
committed by GitHub
parent e8aad7246c
commit 1da5e3637c
4 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ Vue.use(Cell).use(CellGroup);
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| icon | 左侧图标,可选值见 Icon 组件 | `String` | - |
| title | 左侧标题 | `String` | - |
| value | 右侧内容 | `String` | - |
| title | 左侧标题 | `String | Number` | - |
| value | 右侧内容 | `String | Number` | - |
| label | 标题下方的描述信息 | `String` | - |
| border | 是否显示内边框 | `Boolean` | `true` |
| center | 是否使内容垂直居中 | `Boolean` | `false` |