start improving project step dynamic
This commit is contained in:
parent
3c0fe8f1aa
commit
f2255d50aa
4 changed files with 9 additions and 19 deletions
|
|
@ -1,10 +1,7 @@
|
|||
<template>
|
||||
<section
|
||||
class="flex-1"
|
||||
aria-labelledby="votre-brief-label"
|
||||
:data-status="status"
|
||||
>
|
||||
<h2 id="votre-brief-label">
|
||||
<section class="flex-1" :aria-labelledby="text" :data-status="status">
|
||||
<h2 :id="text">
|
||||
<!-- ADRIEN / TIMOTHÉE : DYNAMISER L'ICONE -->
|
||||
<span data-icon="votre-brief">{{ step.text }}</span>
|
||||
</h2>
|
||||
<div class="cards | flow">
|
||||
|
|
@ -36,8 +33,7 @@
|
|||
</router-link>
|
||||
</template>
|
||||
<template v-if="step.files[0]?.type === 'document'">
|
||||
<div @click="showPdf" class="card__images" data-icon="document">
|
||||
</div>
|
||||
<div @click="showPdf" class="card__images" data-icon="document"></div>
|
||||
</template>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue