mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +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: {
|
||||
icon: String,
|
||||
iconColor: String,
|
||||
iconPrefix: String,
|
||||
iconPrefix: {
|
||||
type: String,
|
||||
value: 'van-icon',
|
||||
},
|
||||
dot: Boolean,
|
||||
info: null,
|
||||
badge: null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user