yh-hiprint 2.6.6 → 2.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/libs/hiprint.bundle.js +0 -1
- package/package.json +1 -1
package/libs/hiprint.bundle.js
CHANGED
|
@@ -22,7 +22,6 @@ import JsBarcode from './jsbarcode/JsBarcode.js';
|
|
|
22
22
|
import QRCode from './plugins/qrcode.js';
|
|
23
23
|
// 水印
|
|
24
24
|
import watermark from './plugins/watermark.js';
|
|
25
|
-
import { io } from 'socket.io-client';
|
|
26
25
|
// 直接打印需要
|
|
27
26
|
//引入标尺
|
|
28
27
|
import lImg from './css/image/l_img.svg';
|