vue3-html2pdf-noscss
v0.0.7
Published
A vue3 wrapper that use html2pdf with no scss for convert html to pdf
Downloads
18
Maintainers
Readme
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.