Skip to content

Commit

Permalink
fix: add ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilost committed Jun 21, 2024
1 parent 8d066e5 commit 38b8019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DownloadPDFButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ async function downloadAllFiles () {
const pdfName = "negotiation" + ".pdf"
const doc = createPDF()
//@ignore-ts
const zip = JSZip()
zip.file(pdfName, doc.output("blob"), { binary: true })
Expand Down
1 change: 1 addition & 0 deletions src/views/NegotiationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
/>
</li>
<li class="list-group-item p-2 btn-sm border-bottom-0">
<!-- @vue-ignore -->
<DownloadPDFButton
class="mt-2"
:download-all-is-enabled="true"
Expand Down

0 comments on commit 38b8019

Please sign in to comment.