fix comment problem
This commit is contained in:
parent
16d57ec024
commit
cca389f1b0
10 changed files with 128 additions and 545 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<PdfViewer
|
||||
<TitledPdfWrapper
|
||||
v-if="
|
||||
dialog.content.slug.includes('brief') ||
|
||||
dialog.content.slug === 'proposal'
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<VirtualSample v-if="dialog.content.slug === 'virtual-sample'" />
|
||||
</template>
|
||||
<script setup>
|
||||
import PdfViewer from "./brief/PdfViewer.vue";
|
||||
import TitledPdfWrapper from "./TitledPdfWrapper.vue";
|
||||
import { useDialogStore } from "../../stores/dialog";
|
||||
import VirtualSample from "./virtual-sample/VirtualSample.vue";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue