Explorar o código

clear search after opening target link

Rodja Trappe hai 1 ano
pai
achega
a8c4ffdf85
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      search.vue

+ 1 - 0
search.vue

@@ -78,6 +78,7 @@ export default {
       } else {
         window.location.href = url;
       }
+      this.query = "";
     },
   },
 };