Improved search query prep. Showing query in header after refresh.

This commit is contained in:
2020-02-29 23:57:45 +01:00
parent 44394ae85d
commit a8e14f6305
4 changed files with 4 additions and 8 deletions

View File

@@ -84,11 +84,6 @@ export default {
components: {
Search,
},
data() {
return {
query: this.$route.query ? this.$route.query.q : null,
};
},
};
</script>