[bugfix] Cell: titleClass wrong type (#2780)

This commit is contained in:
neverland
2019-02-18 19:48:34 +08:00
committed by GitHub
parent 98f14dd5f1
commit 267b47ac54
4 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -105,9 +105,9 @@ Vue.use(Cell).use(CellGroup);
| required | 是否显示表单必填星号 | `Boolean` | `false` | - |
| center | 是否使内容垂直居中 | `Boolean` | `false` | 1.0.3 |
| arrow-direction | 箭头方向,可选值为 `left` `up` `down` | `String` | - | 1.1.10 |
| title-class | 左侧标题额外类名 | `String` | - | 1.4.8 |
| value-class | 右侧内容额外类名 | `String` | - | 1.4.8 |
| label-class | 描述信息额外类名 | `String` | - | 1.4.8 |
| title-class | 左侧标题额外类名 | `any` | - | 1.4.8 |
| value-class | 右侧内容额外类名 | `any` | - | 1.4.8 |
| label-class | 描述信息额外类名 | `any` | - | 1.4.8 |
### Cell Event