Browse Source

clear search after opening target link

Rodja Trappe 1 năm trước cách đây
mục cha
commit
a8c4ffdf85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      search.vue

+ 1 - 0
search.vue

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