update Tag

This commit is contained in:
梁灏 2017-09-21 16:28:26 +08:00
parent 61cd2bf47a
commit ca13135480

View file

@ -21,7 +21,7 @@
}, },
color: { color: {
validator (value) { validator (value) {
return oneOf(value, ['blue', 'green', 'red', 'yellow']); return oneOf(value, ['blue', 'green', 'red', 'yellow', 'default']);
} }
}, },
type: { type: {