update ColorPicker

This commit is contained in:
梁灏 2017-08-16 13:52:50 +08:00
parent 5a9cda85f3
commit b6bda1dcb5
4 changed files with 101 additions and 9 deletions

View file

@ -74,7 +74,7 @@
},
size: {
validator (value) {
return oneOf(value, ['small', 'large']);
return oneOf(value, ['small', 'large', 'default']);
}
},
placeholder: {