feat(GoodsAction): GoodsActionIcon add class-prefix prop (#4712)

* feat(GoodsActionIcon): add class-prefix prop

* docs(GoodsAction): update README
This commit is contained in:
nemo-shen 2022-01-03 17:21:41 +08:00 committed by GitHub
parent ae80eb3d04
commit ca587e3bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,10 @@ VantComponent({
dot: Boolean,
info: String,
icon: String,
classPrefix: {
type: String,
value: 'van-icon',
},
disabled: Boolean,
loading: Boolean,
},

View File

@ -27,6 +27,7 @@
name="{{ icon }}"
dot="{{ dot }}"
info="{{ info }}"
class-prefix="{{ classPrefix }}"
class="van-goods-action-icon__icon"
custom-class="icon-class"
/>

View File

@ -117,6 +117,7 @@ Page({
| send-message-path | 会话内消息卡片点击跳转小程序路径 | _string_ | 当前分享路径 |
| send-message-img | sendMessageImg | _string_ | 截图 |
| show-message-card | 显示会话内消息卡片 | _string_ | `false` |
| class-prefix `v1.10.1` | 类名前缀 | _string_ | `van-icon` |
### GoodsActionButton Props