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
440 stars 74 forks source link

`filename`'s description in the README is wrong #76

Open maxshuty opened 3 years ago

maxshuty commented 3 years ago

The description in the README for the filename is currently set to the same thing that paginate-elements-by-height is set to. I would put up an MR to update this but I'm unaware of any potential limitations that the filename may have, but presumably it should be something like

Sets the filename of the downloaded PDF

Instead it currently says:

The number inputed will be used to paginate elements, the number will be in px units only.

kempsteven commented 3 years ago

Didn't see this one, thanks