1.0.4 • Published 7 months ago
pdf-print-vue v1.0.4
pdf-print-vue
how to use
step1
npm install pdf-print-vue
step2
main.js中引入
import pdfPrint from 'pdf-print-vue/lib/pdf-print-vue.umd.js'
Vue.use(pdfPrint)
step3
use pdfPrint as component
<pdf-print>
// Modules that need to be printed
</pdf-print>
参数
参数 | 类型 | 默认值 | 说明 |
---|---|---|---|
pdfName | String | download | 下载文件名 |