This commit is contained in:
2020-04-20 19:03:11 +00:00
parent 0b7f17bab1
commit dbeb874103
3 changed files with 2 additions and 8 deletions

View File

@@ -102,6 +102,7 @@ export default {
this.sourcetags.push(theTag);
this.value.push(theTag);
this.tagSearchEntry = "";
this.$emit("input", this.value);
},
normalizeTag(tagName) {
//kebab case takes care of all the things we need for tags in one go