mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Respect tag name when saving
This commit is contained in:
parent
6b841e08d4
commit
3480651597
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
createTag() {
|
||||
this.$set(this.localTags, this.tagName.toLowerCase(), this.newTag);
|
||||
this.$set(this.localTags, this.tagName, this.newTag);
|
||||
this.$bus.$emit('SAVE_TAGS', this.localTags);
|
||||
this.reset();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue