finish extended brief step
This commit is contained in:
parent
16ae67dfc4
commit
2b2c1002e3
2 changed files with 10 additions and 0 deletions
8
src/components/project/cards/ExtendedBrief.vue
Normal file
8
src/components/project/cards/ExtendedBrief.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