Explorar el Código

clear search after opening target link

Rodja Trappe hace 1 año
padre
commit
a8c4ffdf85
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      search.vue

+ 1 - 0
search.vue

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