extended-brief working
This commit is contained in:
parent
984c8b7737
commit
b99c05062f
20 changed files with 38 additions and 13 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<PdfViewer
|
||||
v-if="
|
||||
dialog.content.slug === 'client-brief' ||
|
||||
dialog.content.slug.includes('brief') ||
|
||||
dialog.content.slug === 'proposal'
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import PdfViewer from "./client-brief/PdfViewer.vue";
|
||||
import PdfViewer from "./brief/PdfViewer.vue";
|
||||
import { useDialogStore } from "../../stores/dialog";
|
||||
|
||||
const dialog = useDialogStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue