<!-- <iframe
allow="payment"
v-if="excelFile.includes('.pdf')"
:src="excelFile"
style="min-width: 100%; min-height: 80vh"
></iframe>
<iframe
v-else
:src="`https://view.officeapps.live.com/op/view.aspx?src=${encodeURIComponent(excelFile)}`"
style="min-width: 100%; min-height: 80vh"
></iframe> -->
上述代码 excelFile 为文件地址,出pdf外可使用免费的微软去读取展示。
唯一不足就是会加载有些缓慢,回去请求微软,大家看需求使用哦。