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?
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!