[improvement] make props less magic (#3775)
This commit is contained in:
@@ -58,7 +58,7 @@ GoodsActionIcon.props = {
|
||||
...routeProps,
|
||||
text: String,
|
||||
icon: String,
|
||||
info: [String, Number],
|
||||
info: [Number, String],
|
||||
iconClass: null as any
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user