comments / notifications : improve abstraction

This commit is contained in:
isUnknown 2024-11-18 12:00:19 +01:00
parent f467012241
commit 32c026acfe
11 changed files with 92 additions and 65 deletions

View file

@ -1,5 +1,5 @@
<template>
<PdfViewer v-if="dialog.content.id === 'clientBrief'" />
<PdfViewer v-if="dialog.content.slug === 'client-brief'" />
</template>
<script setup>
import PdfViewer from "./client-brief/PdfViewer.vue";