update Divider style
This commit is contained in:
parent
e9ad2b7a94
commit
a0141266d4
4 changed files with 95 additions and 130 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue