[improvement] Checkbox: update style (#2018)

This commit is contained in:
neverland
2018-11-02 14:37:51 +08:00
committed by GitHub
parent fc8937aa26
commit 7e07def544
2 changed files with 5 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ export default create({
value: Array,
disabled: Boolean,
max: {
default: 0,
type: Number
type: Number,
default: 0
}
},