Skip to content
Snippets Groups Projects
Commit d03e344f authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

v0.06 tag

parent e872b6c4
No related branches found
No related tags found
No related merge requests found
<template>
<div class="mb-4">
<h2 class="small text-muted text-uppercase ml-4 mb-2 pb-3 border-bottom">
<h2 class="small text-muted text-uppercase ml-4 mb-0 pb-2 border-bottom">
{{ $t(menu.title) }}
</h2>
<div class="nav navbar-nav list-group list-group-flush">
......@@ -10,7 +10,7 @@
v-for="item in menu.items"
:key="item.path"
@click.native="toggleMenu()">
<div class="position-relative py-3">{{ $t(item.title) }}</div>
<div class="position-relative py-2">{{ $t(item.title) }}</div>
</NuxtLink>
</div>
</div>
......
......@@ -10,7 +10,7 @@
</nuxt-link>
<div
class="d-flex text-info justify-content-between align-items-baseline mt-3 mx-2">
<div class="">v0.05</div>
<div class="">v0.06</div>
<div class="small" v-if="countMax">
{{ $t("bloc.title") }}<span class="font-weight-bold">{{
countMax.number
......
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