lin-xin 7 年 前
コミット
8f085b27fd
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/components/common/Tags.vue

+ 1 - 0
src/components/common/Tags.vue

@@ -102,6 +102,7 @@
                             this.$router.push('/');
                         }
                         this.tagsList.splice(i, 1);
+                        break;
                     }
                 }
             })