disabled réunions btns
This commit is contained in:
parent
3b2f881424
commit
e66ed56324
6 changed files with 23 additions and 4 deletions
|
|
@ -1,5 +1,10 @@
|
|||
<template>
|
||||
<PdfViewer v-if="dialog.content.slug === 'client-brief'" />
|
||||
<PdfViewer
|
||||
v-if="
|
||||
dialog.content.slug === 'client-brief' ||
|
||||
dialog.content.slug === 'proposal'
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import PdfViewer from "./client-brief/PdfViewer.vue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue