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