We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c6e53 commit 9f288fdCopy full SHA for 9f288fd
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-plugin-hiprint",
3
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
4
- "version": "0.0.58",
+ "version": "0.0.58-fix",
5
"author": "CcSimple",
6
"license": "MIT",
7
"main": "dist/vue-plugin-hiprint.js",
@@ -66,4 +66,4 @@
66
"nzh": "^1.0.8",
67
"socket.io-client": "^4.5.1"
68
}
69
-}
+}
webpack.config.js
@@ -48,7 +48,7 @@ module.exports = {
48
"@wtto00/html2canvas": "html2canvas",
49
canvg: 'canvg',
50
jspdf: "jspdf",
51
- "bwip-js": "bwipjs",
+ "bwip-js": 'bwip-js',
52
"nzh": "Nzh",
53
},
54
optimization:{
0 commit comments