mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
refactor(Progress): remove null type (#4475)
This commit is contained in:
parent
6bf19926a4
commit
687c7c10f9
@ -25,8 +25,9 @@ VantComponent({
|
||||
value: '#fff',
|
||||
},
|
||||
strokeWidth: {
|
||||
type: null,
|
||||
type: Number,
|
||||
value: 4,
|
||||
optionalTypes: [String],
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user