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
The file is provided using a blob URL in the src prop. In this case the 'loading content here...' text isn't shown at all. Also the PDF itself is not visible. The internalSrc seems to be initialized as a Promise.
Interestingly, there is a component inside the that has always the height 0.
Using an ArrayBuffer doesn't work either, however the slot is displayed and it stays there. Also the internalSrc seems to have been initialized the same as src, so no Promise this time.
Also, in this case I get the following error in the console:
Ideally I'd see the PDF's first page. Any ideas? Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I'm using Vue 3, Quasar and Electron and I'd like to show the first page of a PDF file. However I'm getting a blank page.
Versions
Template
The file is provided using a blob URL in the src prop. In this case the 'loading content here...' text isn't shown at all. Also the PDF itself is not visible. The internalSrc seems to be initialized as a Promise.
Interestingly, there is a component inside the that has always the height 0.
Using an ArrayBuffer doesn't work either, however the slot is displayed and it stays there. Also the internalSrc seems to have been initialized the same as src, so no Promise this time.
Also, in this case I get the following error in the console:
Ideally I'd see the PDF's first page. Any ideas? Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: