refactor(Progress): remove null type (#4475)

This commit is contained in:
nemo-shen 2021-09-10 11:06:06 +08:00 committed by GitHub
parent 6bf19926a4
commit 687c7c10f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,9 @@ VantComponent({
value: '#fff',
},
strokeWidth: {
type: null,
type: Number,
value: 4,
optionalTypes: [String],
},
},