mirror of
https://github.com/youzan/vant.git
synced 2026-03-07 02:01:06 +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