[improvement] add Cell props mixin (#2189)
This commit is contained in:
@@ -103,6 +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` | - |
|
||||
|
||||
### Cell Event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user