mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Icon: fix prop type
This commit is contained in:
parent
ca020f3214
commit
681887d2bf
@ -51,7 +51,7 @@ function Icon(
|
||||
|
||||
Icon.props = {
|
||||
name: String,
|
||||
size: String,
|
||||
size: [String, Number],
|
||||
color: String,
|
||||
info: [String, Number],
|
||||
tag: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user