[Improvement] SwitchCell: add size prop (#1371)

This commit is contained in:
neverland
2018-07-01 07:47:14 +08:00
committed by GitHub
parent e820e072e3
commit e25dde299a
7 changed files with 17 additions and 8 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ export default create({
value: Boolean,
border: Boolean,
loading: Boolean,
disabled: Boolean
disabled: Boolean,
size: {
type: String,
default: '26px'
}
},
watch: {