fix(griditem): set icon prefix to 'van-icon' (#4318)

This commit is contained in:
agoni1212 2021-07-06 10:13:54 +08:00 committed by GitHub
parent 935a23738f
commit a3fc862865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,10 @@ VantComponent({
props: {
icon: String,
iconColor: String,
iconPrefix: String,
iconPrefix: {
type: String,
value: 'van-icon',
},
dot: Boolean,
info: null,
badge: null,