Skip to content

Commit 9f288fd

Browse files
committed
fix install bwipjs error
1 parent 78c6e53 commit 9f288fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-plugin-hiprint",
33
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
4-
"version": "0.0.58",
4+
"version": "0.0.58-fix",
55
"author": "CcSimple",
66
"license": "MIT",
77
"main": "dist/vue-plugin-hiprint.js",
@@ -66,4 +66,4 @@
6666
"nzh": "^1.0.8",
6767
"socket.io-client": "^4.5.1"
6868
}
69-
}
69+
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
"@wtto00/html2canvas": "html2canvas",
4949
canvg: 'canvg',
5050
jspdf: "jspdf",
51-
"bwip-js": "bwipjs",
51+
"bwip-js": 'bwip-js',
5252
"nzh": "Nzh",
5353
},
5454
optimization:{

0 commit comments

Comments
 (0)