linter fix

This commit is contained in:
Roman Cervantes 2019-11-22 22:45:56 -07:00
parent f81b8c86ac
commit ce1122e337

View file

@ -200,7 +200,7 @@ export default {
this.tagName = '';
this.tagHex = this.defaultColor;
this.exclusive = false;
this.tagTextColor = '#f4b41a',
this.tagTextColor = '#f4b41a';
this.$forceUpdate();
},