vue_accourse: adapt stickynav numerotation with 2 new blocs

+ let IDE make corrections in theses files
This commit is contained in:
2021-08-12 11:37:25 +02:00
parent da98b42c8c
commit 6ee0acfa0f
9 changed files with 41 additions and 41 deletions

View File

@@ -1,15 +1,15 @@
<template>
<a
v-if="item.key <= 5"
:href="item.name"
<a
v-if="item.key <= 7"
:href="item.name"
:class="{ 'active': isActive }"
>
<i class="fa fa-fw fa-square"></i>
<span>{{ item.key }}</span>
</a>
<a
<a
v-else-if="step === 'DRAFT'"
:href="item.name"
:href="item.name"
:class="{ 'active': isActive }"
>
<i class="fa fa-fw fa-square"></i>