feat(Cell): add icon-prefix prop (#5666)

This commit is contained in:
chenjiahan
2020-02-24 21:24:26 +08:00
parent aba946f20e
commit 51513d9423
6 changed files with 27 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ Vue.use(CellGroup);
| title-class | 左侧标题额外类名 | *any* | - |
| value-class | 右侧内容额外类名 | *any* | - |
| label-class | 描述信息额外类名 | *any* | - |
| icon-prefix `v2.5.3` | 图标类名前缀 | *string* | `van-icon` |
### Cell Events