From c8f060d2afff7ebec1ee863ab92fd203ed8157e5 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 23 十月 2024 12:00:20 +0800 Subject: [PATCH] 小票打印 依赖包 vue-plugin-hiprint --- package.json | 5 +++-- pnpm-lock.yaml | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee93692..7788eb6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": false, "scripts": { "i": "pnpm install", - "dev": "vite --mode env.local", + "dev": "vite --mode env.local --host 0.0.0.0", "dev-server": "vite --mode dev", "ts:check": "vue-tsc --noEmit", "build:local": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build", @@ -71,7 +71,8 @@ "vuedraggable": "^4.1.0", "web-storage-cache": "^1.1.1", "xml-js": "^1.6.11", - "vue3-scroll-seamless": "^1.0.6" + "vue3-scroll-seamless": "^1.0.6", + "vue-plugin-hiprint": "^0.0.18" }, "devDependencies": { "@commitlint/cli": "^19.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9e1d2b0..60602c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,6 +128,9 @@ vue-i18n: specifier: 9.10.2 version: 9.10.2(vue@3.4.21) + vue-plugin-hiprint: + specifier: ^0.0.18 + version: 0.0.18 vue-router: specifier: ^4.3.0 version: 4.3.2(vue@3.4.21) @@ -9336,6 +9339,10 @@ '@vue/devtools-api': 6.6.1 vue: 3.4.21(typescript@5.3.3) + /vue-plugin-hiprint@0.0.18: + resolution: {integrity: sha512-ymlj3vGI6FiUC1z7/K3Xxnj+yM0qvkNN57OdWG5dA4/GPhUkJhNom3wtvywLrDmjptaj0dUSU0BsZxxUGeMFvQ==} + dev: false + /vue-router@4.3.2(vue@3.4.21): resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==} peerDependencies: -- Gitblit v1.9.3