Commit ca131354807f244e24b044400ea9536b55447651

Authored by 梁灏
1 parent 61cd2bf4

update Tag

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/tag/tag.vue
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 }, 21 },
22 color: { 22 color: {
23 validator (value) { 23 validator (value) {
24 - return oneOf(value, ['blue', 'green', 'red', 'yellow']); 24 + return oneOf(value, ['blue', 'green', 'red', 'yellow', 'default']);
25 } 25 }
26 }, 26 },
27 type: { 27 type: {