forked from kompetenzinventar/ki-frontend
Suchparameter in URL
This commit is contained in:
parent
a2048d0eb9
commit
c25639b40c
@ -109,6 +109,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleSubmit() {
|
||||
this.$router.push({ query: { query: this.searchText }})
|
||||
this.$store.dispatch('search/search')
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user