mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
linter fix
This commit is contained in:
parent
f81b8c86ac
commit
ce1122e337
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export default {
|
|||
this.tagName = '';
|
||||
this.tagHex = this.defaultColor;
|
||||
this.exclusive = false;
|
||||
this.tagTextColor = '#f4b41a',
|
||||
this.tagTextColor = '#f4b41a';
|
||||
|
||||
this.$forceUpdate();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue