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

Docs/ ReadMe needs more transparency #176

Open 3aluw opened 8 months ago

3aluw commented 8 months ago

Describe the bug While using the package, I noticed that it appears to be compatible only with Vue 2, as discussed in issues #123 and #64. However, this information is not clearly stated in the ReadMe.

I propose updating the ReadMe to explicitly mention that the package is designed for Vue 2. This will help users quickly understand the compatibility and save time for developers exploring Vue 3 or Nuxt 3 compatibility.

Package Version 1.8.0

dhaladitya108 commented 6 months ago

https://github.com/raiblaze/vue3-html2pdf as per the readme in this (vue-html2pdf) package, this supports vue3 as well. I am still not sure how to make it work with vue3 though.

dhaladitya108 commented 6 months ago

@kempsteven can you please confirm this?