无法加载pdf-Vue

时间:2019-08-26 00:14:47

标签: vue.js iframe

我在使用iframe src的浏览器中预览pdf时遇到问题。 http链接可以正常工作,但项目目录中包含的pdf无法正确显示。我正在使用Vuejs。

我在2小时内有一个演示,这是最后一篇,因此,我打字非常快。

请参见下面的代码

第一个iframe可以正常运行,但第二个iframe不能正常运行。代码段后包含的快照

<template>
  <div>  
<iframe src="https://bitcoin.org/bitcoin.pdf" width="100%" height="100%"></iframe>
<iframe src="../assets/90458500ZC.pdf" width="100%" height="100%"></iframe>
  </div>
</template>
<script>
export default {
}
</script> 

enter image description here

0 个答案:

没有答案