diff --git a/src/components/Search.vue b/src/components/Search.vue index 312d8d21..c88f0653 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -79,6 +79,9 @@ export default { }, methods: { search(val) { + if (this.loading) { + return + } this.loading = true const re = /@((\w+)(@[\w.]+)?)/g if (val.match(re)) {