update Divider style

This commit is contained in:
梁灏 2018-06-20 11:47:36 +08:00
parent e9ad2b7a94
commit a0141266d4
4 changed files with 95 additions and 130 deletions

View file

@ -23,9 +23,9 @@
},
orientation: {
type: String,
default: 'left',
default: 'center',
validator (value) {
return oneOf(value, ['left', 'right']);
return oneOf(value, ['left', 'right', 'center']);
}
},
dashed: {