This commit is contained in:
dragongoose 2023-06-08 08:04:29 -04:00
parent 17a34f2409
commit 54e23792d7
Signed by: dragongoose
GPG key ID: 50DB99B921579009

View file

@ -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 }})
}
}
}