add VirtualSample component

This commit is contained in:
isUnknown 2024-10-28 18:18:32 +01:00
parent ed73b33234
commit 31844269c0
3 changed files with 15 additions and 0 deletions

View file

@ -69,6 +69,13 @@ Comments:
username: Adrien Payet
date: 2024-10-28T17:24:01+01:00
id: m2t8ayc5
m2t9dyjc:
fileUuid: file://s0lNtRA0Z7ybTCWG
page: 1
text: test 89
username: Utilisateur Dior
date: 2024-10-28T17:54:21+01:00
id: m2t9dyjc
2:
m2t8bv59:
fileUuid: file://s0lNtRA0Z7ybTCWG

View file

@ -0,0 +1,5 @@
<template>
<div>Échantillon virtuel</div>
</template>
<script setup></script>
<style scoped></style>

View file

@ -3,6 +3,8 @@
<Header :title="page.content.title" />
<!-- Kanban: Status Brief Enrichi -->
<VirtualSample />
<PdfViewer
v-if="file"
:file="file"
@ -168,6 +170,7 @@ import { storeToRefs } from "pinia";
import ProjectStep from "../components/project/ProjectStep.vue";
import Header from "../components/project/Header.vue";
import PdfViewer from "../components/project/client-brief/PdfViewer.vue";
import VirtualSample from "../components/project/VirtualSample.vue";
import { ref } from "vue";
const { page } = storeToRefs(usePageStore());