From dd3f16a85ba9a4a47c57806e020a092806018d4d Mon Sep 17 00:00:00 2001 From: wangjiuyun <1595161655@qq.com> Date: Tue, 6 May 2025 10:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 78a752d..066f454 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock +/npm diff --git a/package.json b/package.json index 016c07a..b09de03 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "screenfull": "5.0.2", "sortablejs": "1.10.2", "vue": "2.6.12", + "vue-cli": "^2.9.6", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0",