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

use route name to determine if welcome page is shown

parent e671c2dc
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<Article :key="article_key" :article="article" @article-click="article_link_click" />
</div>
<div class="welcome" v-if="!(article || error || waiting || total_results())">
<div class="welcome" v-if="$route.name=='/' || !$route.name">
<div class="monthly" :class="$vuetify.breakpoint.name">
<div>
<Article :article="monthly_bm"
......
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