[bugfix] Radio: label-position type (#2485)

This commit is contained in:
neverland 2019-01-10 21:06:34 +08:00 committed by GitHub
parent 75228cbaf0
commit 13a3f00100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ export default create({
value: null,
disabled: Boolean,
checkedColor: String,
labelDisabled: Boolean,
labelPosition: Boolean
labelPosition: String,
labelDisabled: Boolean
},
computed: {