[bugfix] Circle: incorrect style in android devices (#2062)

This commit is contained in:
neverland
2018-11-10 17:24:05 +08:00
committed by GitHub
parent d1cad717f2
commit 33561bfbc2
2 changed files with 4 additions and 5 deletions

View File

@@ -26,10 +26,7 @@ export default create({
disabled: Boolean,
checkedColor: String,
labelPosition: String,
labelDisabled: {
type: Boolean,
default: false
},
labelDisabled: Boolean,
shape: {
type: String,
default: 'round'