Suchparameter in URL #46

Merged
weeman merged 1 commits from feature/44-suchparameter-in-url into main 2021-09-27 18:02:24 +02:00
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')
}
},