other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ca131354807f244e24b044400ea9536b55447651
Authored by
梁灏
2017-09-21 16:28:26 +0800
1 parent
61cd2bf4
update Tag
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/tag/tag.vue
Inline
Side-by-side
src/components/tag/tag.vue
Wrap text
Show/Hide comments
View file @
ca13135
...
...
@@ -21,7 +21,7 @@
21
21
},
22
22
color: {
23
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
27
type: {
...
...