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:
2021-09-27 18:02:23 +02:00

View File

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