update Tag
This commit is contained in:
parent
61cd2bf47a
commit
ca13135480
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
color: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['blue', 'green', 'red', 'yellow']);
|
||||
return oneOf(value, ['blue', 'green', 'red', 'yellow', 'default']);
|
||||
}
|
||||
},
|
||||
type: {
|
||||
|
|
Loading…
Add table
Reference in a new issue