摘要: vue中加载pdf文件 方案一: 直接调用事件即可 openPdf { window.open('/assets/BJBVerse.pdf') }, 方案二: npm install vue-pdf --save <template> <div> <pdf v-for="i in numPages" 阅读全文
posted @ 2023-07-13 17:43 web与webGL 阅读(799) 评论(0) 推荐(0) 编辑