Skip to content
Snippets Groups Projects
Commit 121cd418 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add footer and modify keep alive behavior

parent 4d0cafe3
No related branches found
No related tags found
2 merge requests!59Prod,!54Add build number based on commit hash
Pipeline #31727 passed
......@@ -2,10 +2,15 @@
<v-app>
<Navbar/>
<v-content class="ma-3">
<keep-alive>
<keep-alive :exclude="/gene-detail.*/">
<router-view></router-view>
</keep-alive>
</v-content>
<v-footer class="pa-3">
<v-spacer></v-spacer>
<div>Some footer (<span class="font-italic font-weight-light">hash latest commit</span>)</div>
</v-footer>
</v-app>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment