From 4285b83496ef287c3982abdd221816d1caf47f75 Mon Sep 17 00:00:00 2001 From: jayateertha043 Date: Mon, 30 May 2022 12:42:40 +0530 Subject: [PATCH] fixed page loading --- html/js/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/js/app.js b/html/js/app.js index cf34f54..4cbf3bf 100644 --- a/html/js/app.js +++ b/html/js/app.js @@ -123,6 +123,8 @@ const app = new Vue({ }, nextPage(){ if(this.curPagethis.minPage){ + this.showLoading = true; + this.host_result={matches:[]} this.curPage--; var params = new URLSearchParams(); params.append("search",this.search);