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

load monthly articles when returning to root

parent a1ff487f
No related branches found
No related tags found
No related merge requests found
......@@ -504,9 +504,10 @@ export default {
$route(to, from) {
console.log("TO", to)
console.log("FROM", from)
if (!to.name) {
if (to.path == "/") {
this.load_monthly_bm()
this.load_monthly_nn()
}
}
},
......
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