From b87c3825371b66b186bd78bfa90292eb9c03e66e Mon Sep 17 00:00:00 2001 From: Kane Date: Tue, 22 Nov 2022 22:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 入门/cli/hello-cli/package-lock.json | 17 ++++++++++++++++- 入门/cli/hello-cli/package.json | 3 ++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/入门/cli/hello-cli/package-lock.json b/入门/cli/hello-cli/package-lock.json index 1ae6afa..b9e26de 100644 --- a/入门/cli/hello-cli/package-lock.json +++ b/入门/cli/hello-cli/package-lock.json @@ -9,7 +9,8 @@ "version": "0.1.0", "dependencies": { "core-js": "^3.8.3", - "vue": "^3.2.13" + "vue": "^3.2.13", + "vue-axios": "^3.5.2" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -9930,6 +9931,15 @@ "@vue/shared": "3.2.45" } }, + "node_modules/vue-axios": { + "version": "3.5.2", + "resolved": "https://registry.npmmirror.com/vue-axios/-/vue-axios-3.5.2.tgz", + "integrity": "sha512-GP+dct7UlAWkl1qoP3ppw0z6jcSua5/IrMpjB5O8bh089iIiJ+hdxPYH2NPEpajlYgkW5EVMP95ttXWdas1O0g==", + "peerDependencies": { + "axios": "*", + "vue": "^3.0.0 || ^2.0.0" + } + }, "node_modules/vue-eslint-parser": { "version": "8.3.0", "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz", @@ -18562,6 +18572,11 @@ "@vue/shared": "3.2.45" } }, + "vue-axios": { + "version": "3.5.2", + "resolved": "https://registry.npmmirror.com/vue-axios/-/vue-axios-3.5.2.tgz", + "integrity": "sha512-GP+dct7UlAWkl1qoP3ppw0z6jcSua5/IrMpjB5O8bh089iIiJ+hdxPYH2NPEpajlYgkW5EVMP95ttXWdas1O0g==" + }, "vue-eslint-parser": { "version": "8.3.0", "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz", diff --git a/入门/cli/hello-cli/package.json b/入门/cli/hello-cli/package.json index 63f85c9..113a378 100644 --- a/入门/cli/hello-cli/package.json +++ b/入门/cli/hello-cli/package.json @@ -9,7 +9,8 @@ }, "dependencies": { "core-js": "^3.8.3", - "vue": "^3.2.13" + "vue": "^3.2.13", + "vue-axios": "^3.5.2" }, "devDependencies": { "@babel/core": "^7.12.16",