Ver código fonte

clear search after opening target link

Rodja Trappe 1 ano atrás
pai
commit
a8c4ffdf85
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      search.vue

+ 1 - 0
search.vue

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