直接上代码吧

<div >
<el-button type="success" size="small" @click="isViewPdf20 = true" >按钮</el-button>
</div>


<el-dialog
  title="预览文件"
:visible.sync="isViewPdf20"
:before-close="handleClose"
:fullscreen="true"
>
<iframe :src=你要预览pdf的文件的地址 frameborder="0" style="width: 100vw; height: 80vh"></iframe>
</el-dialog>


相关文章:

  • 2021-10-06
  • 2021-08-11
  • 2021-12-10
  • 2021-11-01
  • 2021-09-19
  • 2021-10-19
  • 2022-01-12
猜你喜欢
  • 2021-10-29
  • 2021-08-09
  • 2021-12-14
  • 2021-10-12
  • 2021-11-02
  • 2021-10-22
  • 2021-08-03
相关资源
相似解决方案