This website works better with JavaScript
Home
Explore
Help
Sign In
boz
/
vue-manage-system
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
中断循环
lin-xin
7 years ago
parent
4ff06b7b9f
commit
8f085b27fd
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/common/Tags.vue
+ 1
- 0
src/components/common/Tags.vue
View File
@@ -102,6 +102,7 @@
this.$router.push('/');
}
this.tagsList.splice(i, 1);
+ break;
}
}
})