Add comments markup and style to PdfViewer

This commit is contained in:
Timothée Goguely 2024-10-22 17:44:30 +02:00
parent 3d8f9fc893
commit a37f7ee86e
6 changed files with 199 additions and 13 deletions

View file

@ -36,9 +36,8 @@
</router-link>
</template>
<template v-if="step.files[0]?.type === 'document'">
<figure @click="showPdf" class="card__images">
À remplacer par picto PDF
</figure>
<div @click="showPdf" class="card__images" data-icon="document">
</div>
</template>
</article>
</div>