You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed vue-html2pdf with npm i vue-html2pdf with a Vue 3 and Typescript application but it does not seem to be compatible. When I try to import import VueHtml2pdf from 'vue-html2pdf' you get an error Could not find a declaration file for module 'vue-html2pdf'
I also tried npm i --save-dev @types/vue-html2pdf but that did not work, lot's of errors.
Any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered:
3 years since this question was asked. Has anything changed since then? Do we have Typescript support yet or on the cards? Is there an alternate available?
I installed vue-html2pdf with
npm i vue-html2pdf
with a Vue 3 and Typescript application but it does not seem to be compatible. When I try to importimport VueHtml2pdf from 'vue-html2pdf'
you get an errorCould not find a declaration file for module 'vue-html2pdf'
I also tried
npm i --save-dev @types/vue-html2pdf
but that did not work, lot's of errors.Any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered: