npm install pdfjs-vue3-ypp
import pdf from 'pdfjs-vue3-ypp'
use pdf as component
<pdf :url="url" height="100vh" width="50%" class="subPdfItem" :page="1"></pdf>
参数 | 类型 | 默认值 | 说明 |
---|---|---|---|
url | String | - | pdf地址 |
page | Number | 1 | 显示页码 |
fileName | String | - | 文件名称(不传则不显示) |
height | String | 100% | 高度 |
width | String | 100% | 宽度 |