kempsteven / vue-html2pdf

vue-html2pdf converts any vue component or element into PDF, vue-html2pdf is basically a vue wrapper only and uses html2pdf.js behind the scenes.
https://www.npmjs.com/package/vue-html2pdf
MIT License
432 stars 75 forks source link

Failed to resolve component #134

Open CynthiaBlue opened 2 years ago

CynthiaBlue commented 2 years ago

I am trying to install this and I'm getting an error:

runtime-core.esm-bundler.js?9e79:38 [Vue warn]: Failed to resolve component: vue-html2pdf
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

I'm running Quasar v 3.3.3. Vue version 4.5.15. and Electron version 16.0.7 on a MacBook. I'd love some help. Thanks.