diff --git a/Web/package.json b/Web/package.json index f2a633d..64b3c63 100644 --- a/Web/package.json +++ b/Web/package.json @@ -19,7 +19,8 @@ "pinia": "^3.0.4", "vant": "^4.9.22", "vue": "^3.5.25", - "vue-router": "^4.6.3" + "vue-router": "^4.6.3", + "workbox-window": "^7.4.0" }, "devDependencies": { "@eslint/js": "^9.39.1", diff --git a/Web/pnpm-lock.yaml b/Web/pnpm-lock.yaml index ab32a8c..220bf40 100644 --- a/Web/pnpm-lock.yaml +++ b/Web/pnpm-lock.yaml @@ -26,6 +26,9 @@ importers: vue-router: specifier: ^4.6.3 version: 4.6.4(vue@3.5.26) + workbox-window: + specifier: ^7.4.0 + version: 7.4.0 devDependencies: '@eslint/js': specifier: ^9.39.1