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

Doesn't work with Vite

Open mstrade opened this issue 3 years ago • 7 comments

Image 2021-11-12 at 12 19 52 PM

mstrade avatar Nov 12 '21 10:11 mstrade

Getting an error with vite also! image

Could not make it work using vitesse template :(

matheusgomes062 avatar Mar 11 '22 06:03 matheusgomes062

Sorry I have not tested on Vite yet. Can you give a sample code that help me easy to debug?

abinhho avatar Aug 26 '22 09:08 abinhho

Please try with version 0.0.7

abinhho avatar Aug 26 '22 09:08 abinhho

Just tried on vite it's not working. ` Could not resolve "vue3-simple-html2pdf/src/vue3-simple-html2pdf"

node_modules/vue3-simple-html2pdf/src/index.js:1:31:
  1 │ ...rom 'vue3-simple-html2pdf/src/v...
    ╵        ~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "vue3-simple-html2pdf/src/vue3-simple-html2pdf" as external to exclude it from the bundle, which will remove this error. `

maulanayusupp avatar Oct 20 '22 12:10 maulanayusupp

@maulanayusupp Could you please make a PR?

abinhho avatar Oct 28 '22 03:10 abinhho

any update?

vheins avatar Nov 25 '22 14:11 vheins

I supposedly fixed it. Please review & merge. #7

WingSMC avatar Aug 03 '23 13:08 WingSMC