update Button
This commit is contained in:
parent
8dab987ec7
commit
6c912a7b14
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
props: {
|
||||
type: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['primary', 'ghost', 'dashed', 'text', 'info', 'success', 'warning', 'error']);
|
||||
return oneOf(value, ['primary', 'ghost', 'dashed', 'text', 'info', 'success', 'warning', 'error', 'default']);
|
||||
}
|
||||
},
|
||||
shape: {
|
||||
|
|
Loading…
Add table
Reference in a new issue