1👍
Exporting that properly may be quite difficult because not all the things are properly supported. I recommend the usage of this: https://github.com/niklasvh/html2canvas
Then you could convert the image into a PDF. But anyway, such thing is quite heavy and should be handled by some backend: convert, host the file on AWS/alike and sent back as a callback.
- [Vuejs]-How to enable/disable submit button based on form validation state in Element UI?
- [Vuejs]-Push object to array, composition api
Source:stackexchange.com