Breaking changes
- Destroy de worker when component has been unmounted [#130]
- If
VuePDF
component is conditionated to render underv-if
directive the worker will be terminated when the condition setsfalse
and the pages rendered won't be rendered again when the condition returns totrue
. To avoid this behavior replacev-if
directive byv-show
or ensure to change thesrc
parameter onusePDF
to reload the worker.
- If