直接上代码吧
<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>
原文地址:https://www.cnblogs.com/weiweiyeyu/p/11990438.html
时间: 2024-10-07 20:24:09