0


pdfjs-dist使用上由版本导致的问题

pdfjs-dist使用上由版本导致的问题

问题描述

项目中需要开发一个pdf预览插件,在安装pdfjs-dist后报错误

error  in./node_modules/pdfjs-dist/build/pdf.js
Module parse failed: Unexpected token(924:33)

发现是目前版本pdfjs(3.5.141)用到了es2020语法,vue2中暂不支持这种写法
简单粗暴直接降版本到pdfjs-dist@2.2.228,且引用方式改为

import*as pdfjsLib from'pdfjs-dist';

后面的详细原因有空补充


本文转载自: https://blog.csdn.net/weixin_44054904/article/details/130528143
版权归原作者 蜘蛛莱莱 所有, 如有侵权,请联系我们删除。

“pdfjs-dist使用上由版本导致的问题”的评论:

还没有评论