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

Pagination not found #132

Open msf-Tolok opened 2 years ago

msf-Tolok commented 2 years ago

Captura de pantalla de 2022-03-23 16-43-57

When I introduce class "html2pdf___page-break" in

with manual-pagination="true" it doesn't work correctly. Automatic pagination using :paginate-elements-by-height="1100" doesn't work either.