I am trying to display a single page PDF in an existing vue app running vue 3.4, but the PDF never loads or renders. I have create a simple POC using vue 3.4 and 3.5 (code below). I based the POC on the stackblitz example from the docs and nothing. The app renders a div with a blank canvas and no error are thrown. I have also tried different pdfs and srcUrl, including:
Uint8Array
data:application/pdf;base64,...
cdn links.
This problem does not exist in v1.9.7, but due to security policies at my company I can use this version of the library.
I am trying to display a single page PDF in an existing vue app running vue 3.4, but the PDF never loads or renders. I have create a simple POC using vue 3.4 and 3.5 (code below). I based the POC on the stackblitz example from the docs and nothing. The app renders a div with a blank canvas and no error are thrown. I have also tried different pdfs and srcUrl, including:
This problem does not exist in v1.9.7, but due to security policies at my company I can use this version of the library.
Additional context
Code Sample