mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
[improvement] make props less magic (#3775)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ function Info(
|
||||
}
|
||||
|
||||
Info.props = {
|
||||
info: [String, Number]
|
||||
info: [Number, String]
|
||||
};
|
||||
|
||||
export default createComponent<InfoProps>(Info);
|
||||
|
||||
Reference in New Issue
Block a user