From a81d1f2efc27037da35c7e3f61c9d042dbc2c8fa Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 25 Mar 2024 10:25:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E5=BA=93pdfobject?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 09754e1..74a5bc8 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,8 @@ "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", - "vod-js-sdk-v6": "^1.4.12", + "pdfobject": "^2.2.12", + "vod-js-sdk-v6": "^1.4.12", "vue": "2.6.10", "vue-pdf": "^4.2.0", "vue-router": "3.0.6",