[Vuejs]-Iframe shows MIME warning pdfmake: Resource interpreted as Document but transferred with MIME type application/pdf:

4👍

Finally. Just use an embed node instead of iframe:

<embed height="100%" class="col s12" id="idIframe" src="about:blank" type="application/pdf">

Leave a comment