finish physical sample step
This commit is contained in:
parent
2b2c1002e3
commit
d178fc5194
5 changed files with 60 additions and 4 deletions
8
src/components/project/cards/SimpleDocument.vue
Normal file
8
src/components/project/cards/SimpleDocument.vue
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<Document v-if="step.files.length > 0" :step="step" :pdf="step.files[0]" />
|
||||
</template>
|
||||
<script setup>
|
||||
import Document from "./Document.vue";
|
||||
|
||||
const { step } = defineProps({ step: Object });
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue