diff --git a/src/components/common/Tags.vue b/src/components/common/Tags.vue index f299331..01b46bf 100644 --- a/src/components/common/Tags.vue +++ b/src/components/common/Tags.vue @@ -102,6 +102,7 @@ this.$router.push('/'); } this.tagsList.splice(i, 1); + break; } } })