kempsteven / vue-html2pdf-demo

A demo site for the vue-html2pdf npm package
https://vue-html2pdf-demo.netlify.com/
35 stars 30 forks source link

Hide element once PDF generation is triggered #31

Closed fmmattioni closed 3 years ago

fmmattioni commented 3 years ago

Thanks for the nice package!

I was wondering what would be the way to hide a UI element once the button to generate the PDF is clicked?

My issue is that the UI element is only actually hidden after the PDF is generated, but I was hoping to hide it as soon as the button was clicked. I guess it makes the Vue instance busy, and it can't update the DOM?

Thank you!

fmmattioni commented 3 years ago

oops, wrong repo