vue、Element 點擊按鈕以彈窗形式預覽pdf文件


直接上代碼吧

<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>



免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM