标签: pdf vue.js
使用Vue.js单击按钮时,我想查看PDF文件。
let pdfWindow = window.open("") pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64, " + encodeURI("URL HERE").
我尝试过使用iframe,它可以在Google上使用,但不能在IE上使用。
我该如何解决这个问题。