kempsteven / vue-html2pdf

vue-html2pdf converts any vue component or element into PDF, vue-html2pdf is basically a vue wrapper only and uses html2pdf.js behind the scenes.
https://www.npmjs.com/package/vue-html2pdf
MIT License
432 stars 75 forks source link

Downloading multiple pdfs on the same page #136

Closed Tofandel closed 2 years ago

Tofandel commented 2 years ago

To Reproduce Steps to reproduce the behavior:

  1. Have 2 VueHtml2Pdf components on the page
  2. Download 1 => Ok
  3. Download 2 => Progress stops at 70 and page hangs
Tofandel commented 2 years ago

Seems it was a build bug, as after a full rebuild it works correctly