Compare commits

..

No commits in common. "8e42c7fdbedd2711e1770fab5c3b25ca6b59d98f" and "a2048d0eb99c737a2f4c0a70a1961c3b9d7a7134" have entirely different histories.

View File

@ -109,7 +109,6 @@ export default {
}, },
methods: { methods: {
handleSubmit() { handleSubmit() {
this.$router.push({ query: { query: this.searchText }})
this.$store.dispatch('search/search') this.$store.dispatch('search/search')
} }
}, },