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

routing issue workaround

parent 147f0197
No related branches found
No related tags found
No related merge requests found
......@@ -513,9 +513,8 @@ export default {
this.load_monthly_bm()
this.load_monthly_nn()
}
if (to.name == 'lookup') {
console.log("TO LOOKUP")
console.log(this)
if (to.name == 'lookup' && from.fullPath == '/') {
this.$store.commit('setSearchRoute', null)
}
}
},
......
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