Introduced PDFViewer
This commit is contained in:
@@ -108,10 +108,15 @@ const openEmail = () => {
|
||||
</template>
|
||||
</UDashboardToolbar>
|
||||
<UDashboardPanelContent>
|
||||
<object
|
||||
<!-- <object
|
||||
:data="linkedDocument.url"
|
||||
class="w-full previewDocumentMobile"
|
||||
/>
|
||||
/>-->
|
||||
<PDFViewer :style="{ width: '800px', height: '200px' }" v-if="linkedDocument.id" :file-id="linkedDocument.id" />
|
||||
|
||||
|
||||
|
||||
|
||||
</UDashboardPanelContent>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user