mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[improvement] make props less magic (#3775)
This commit is contained in:
@@ -74,9 +74,9 @@ function Loading(
|
||||
}
|
||||
|
||||
Loading.props = {
|
||||
size: [String, Number],
|
||||
textSize: [String, Number],
|
||||
size: [Number, String],
|
||||
vertical: Boolean,
|
||||
textSize: [Number, String],
|
||||
type: {
|
||||
type: String,
|
||||
default: 'circular'
|
||||
|
Reference in New Issue
Block a user