mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[bugfix] Icon: fix prop type
This commit is contained in:
@@ -51,7 +51,7 @@ function Icon(
|
||||
|
||||
Icon.props = {
|
||||
name: String,
|
||||
size: String,
|
||||
size: [String, Number],
|
||||
color: String,
|
||||
info: [String, Number],
|
||||
tag: {
|
||||
|
||||
Reference in New Issue
Block a user