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