Added PDF Viewer

This commit is contained in:
2025-09-28 17:47:26 +02:00
parent 6d6f8b419a
commit 5f31d0a89c

View File

@@ -3028,12 +3028,17 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
>
Show
</UButton>-->
<object
<PDFViewer
v-if="showDocument"
:uri="uri"
/>
<!-- <object
:data="uri"
v-if="showDocument"
type="application/pdf"
class="w-full previewDocumentMobile"
/>
/>-->
</div>
</template>