[bugfix] Icon: fix prop type

This commit is contained in:
陈嘉涵 2019-05-04 16:43:04 +08:00
parent ca020f3214
commit 681887d2bf

View File

@ -51,7 +51,7 @@ function Icon(
Icon.props = {
name: String,
size: String,
size: [String, Number],
color: String,
info: [String, Number],
tag: {