vue中使用embed标签PDF预览

2022-10-05 14:47:34

embed的四个属性

在这里插入图片描述

<el-row type="flex"class="row-bg" justify="space-between"><el-col:span="12"><embed:src='srcSourceLan'
               type="application/pdf"
               width="90%"
               height="700px;"/></el-col><el-col:span="12"><embed:src="srcTargetLan"
               type="application/pdf"
               width="90%"
               height="700px;"/></el-col></el-row>
	srcSourceLan和srcTargetLan是请求接口返回的url

预览效果:
在这里插入图片描述

  • 作者:吾乃冠军
  • 原文链接:https://blog.csdn.net/weixin_38673922/article/details/106215962
    更新时间:2022-10-05 14:47:34