This commit is contained in:
dragongoose 2023-06-08 08:04:29 -04:00
parent 17a34f2409
commit 54e23792d7
No known key found for this signature in database
GPG Key ID: 50DB99B921579009

View File

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