vue3-simple-html2pdf icon indicating copy to clipboard operation
vue3-simple-html2pdf copied to clipboard

Export/Download Vue3 using html2pdf.js. Easy to custom any pdf style because it is exported from real HTML.

Results 6 vue3-simple-html2pdf issues
Sort by recently updated
recently updated
newest added
trafficstars

Generate Report long page show slowly and blank page

![Image 2021-11-12 at 12 19 52 PM](https://user-images.githubusercontent.com/60254832/141451122-6cc753f2-6cd6-47c4-b347-5b9e228f2ade.jpg)

Hi, I tried to use the code you provided in the codesandbox, but I'm getting an error: ![image](https://user-images.githubusercontent.com/15068379/206855555-8b55eddb-9b1c-473a-a129-226924a866e0.png) And this is my component: ![image](https://user-images.githubusercontent.com/15068379/206855639-77b3def3-070c-4a64-a0c1-2057689e6fd4.png) My Vue js version is 3.

> node_modules/vue3-simple-html2pdf/src/index.js:1:31: error: Could not resolve "vue3-simple-html2pdf/src/vue3-simple-html2pdf" (mark it as external to exclude it from the bundle) 1 │ import Vue3SimpleHtml2pdf from 'vue3-simple-html2pdf/src/vue3-simple-html2pdf' ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I encountered an issue while trying to install a package in Vue 3. Initially, I was unable to install the package. I resolved this by adding .vue to the end...