Fix path
This commit is contained in:
parent
17a34f2409
commit
54e23792d7
@ -8,7 +8,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
redirectToSearch() {
|
redirectToSearch() {
|
||||||
const query = this.searchInput
|
const query = this.searchInput
|
||||||
this.$router.push({ path: '/search', query: { query }})
|
this.$router.push({ path: '/search/', query: { query }})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user