[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
@@ -103,9 +103,9 @@ Vue.use(Cell).use(CellGroup);
| is-link | Whether to show link icon | `Boolean` | `false` |
| required | Whether to show required mark | `Boolean` | `false` |
| arrow-direction | Can be set to `left` `up` `down` | `String` | - |
| title-class | Title className | `String` | - |
| value-class | Value className | `String` | - |
| label-class | Label className | `String` | - |
| title-class | Title className | `any` | - |
| value-class | Value className | `any` | - |
| label-class | Label className | `any` | - |
### Cell Event