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