Aldo Hernandez

Results 25 comments of Aldo Hernandez

In recent versions the component will destroy the worker if is hidden/unmounted by `v-if`, try using `v-show` instead. https://github.com/TaTo30/vue-pdf/blob/86a0a6914a4567d372cd5c4457118f25fe185796/packages/vue-pdf/src/components/VuePDF.vue#L282-L285

I going to close this issue, feel free to reopen if the it persists

The problem is the `??` operator even if is a feature supported by many browsers some transpiler does not supported it, if You are using webpack 4 try to update...

It's the pdfjs worker the one being bundled, this was made like this so the package can be used by just installing it without much configuration. > It would be...

> Is this still the case? Yes, It is. I am thinking on publish a "light" version that does not embed the worker and make it importable using something like...