首先要使用iframe框架
<iframe class="pdf_body" :src="attachFile" frameborder="0" style="width:100%;height:90%;"></iframe>
其次:src="attachFile"就是pdf的路径,这样就可以实现预览了
首先要使用iframe框架
<iframe class="pdf_body" :src="attachFile" frameborder="0" style="width:100%;height:90%;"></iframe>
其次:src="attachFile"就是pdf的路径,这样就可以实现预览了