update Page component

change Page select size in mini type
This commit is contained in:
梁灏 2016-10-25 09:10:02 +08:00
parent b7cf983e43
commit 6932b4d73c
6 changed files with 16 additions and 6 deletions

View file

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