mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(griditem): set icon prefix to 'van-icon' (#4318)
This commit is contained in:
parent
935a23738f
commit
a3fc862865
@ -12,7 +12,10 @@ VantComponent({
|
|||||||
props: {
|
props: {
|
||||||
icon: String,
|
icon: String,
|
||||||
iconColor: String,
|
iconColor: String,
|
||||||
iconPrefix: String,
|
iconPrefix: {
|
||||||
|
type: String,
|
||||||
|
value: 'van-icon',
|
||||||
|
},
|
||||||
dot: Boolean,
|
dot: Boolean,
|
||||||
info: null,
|
info: null,
|
||||||
badge: null,
|
badge: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user