Skip to content
Snippets Groups Projects
Commit 268aa783 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix word route

parent 8f098e16
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
select_result: function (event) { select_result: function (event) {
this.event = event this.event = event
if (event.match) { if (event.match) {
let route = `/${this.lang}/search/${event.match}` let route = `/${this.lang}/w/${event.match}`
this.$router.push(route) this.$router.push(route)
navigate_to_word(this) navigate_to_word(this)
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment