You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usePDF is an additional feature in order to do "easy" implementations and its use isn't required at all as explained here: https://tato30.github.io/VuePDF/guide/composables.html#custom, it wasn't planned as reactivity thing but you have a point that is very awful re-assigns refs objects, i will think on some workarounds.
How can I pass a ref to the `usePDF´ to properly ensure reactivity so that if the ref's value changes the PDF will change.
My current implementation is linked below:
https://github.com/librecharts/webpage/blob/master/src/components/PDFViewer.vue
This has a few shortcomings:
Are refs and reactivity a planned thing for this library?
Kind regards
Mauro M.
The text was updated successfully, but these errors were encountered: