Merge pull request 'Suchparameter in URL' (#46) from feature/44-suchparameter-in-url into main

Reviewed-on: kompetenzinventar/ki-frontend#46
This commit is contained in:
weeman 2021-09-27 18:02:23 +02:00
commit 8e42c7fdbe
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')
}
},