Suchparameter in URL

This commit is contained in:
scammo 2021-09-27 17:50:01 +02:00
parent a2048d0eb9
commit c25639b40c
1 changed files with 1 additions and 0 deletions

View File

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