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