vue3-html2pdf
Forked from https://github.com/raiblaze/vue3-html2pdf
Description
The only difference from this repo and source repo, is that this version does not install the plugin globally using
Vue.use
as it is no longer supported by Vue see https://v3-migration.vuejs.org/breaking-changes/global-api.html#a-note-for-plugin-authors for details.
Installation
$ npm install @erst-vg/vue3-html2pdf
Usage
See original source repo (https://github.com/raiblaze/vue3-html2pdf) for instructions.