From 7d17737569d9b1b9e03b4718de0a1f9996a27593 Mon Sep 17 00:00:00 2001 From: buttle Date: Thu, 4 Nov 2021 13:19:52 +0100 Subject: [PATCH] prevents seafch form submit --- src/components/search.vue | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/src/components/search.vue b/src/components/search.vue index f295a0e..2b4f572 100644 --- a/src/components/search.vue +++ b/src/components/search.vue @@ -7,23 +7,23 @@ This file is part of ArciveList. @@ -66,7 +66,6 @@ export default { console.log(this.search_text) this.setSearchText(this.search_text) var search_url = this.api_endpoint + this.search_text; - var self = this; axios.get(search_url, { })