diff --git a/packages/cell/en-US.md b/packages/cell/en-US.md index 86045999d..67d6c280e 100644 --- a/packages/cell/en-US.md +++ b/packages/cell/en-US.md @@ -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 diff --git a/packages/cell/index.vue b/packages/cell/index.vue index c65280d1f..e332e29da 100644 --- a/packages/cell/index.vue +++ b/packages/cell/index.vue @@ -52,6 +52,7 @@