From d51fb9b5bcad67ec9a5e4fad92975f58d165dca4 Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Mon, 29 Mar 2021 00:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 27ef30a..07be599 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ node_modules npm-debug.log* yarn-debug.log* yarn-error.log* -yarn.lock # Editor directories and files .idea diff --git a/package.json b/package.json index bf06fb4..8145965 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "inspect": "vue inspect --mode=production > output.js" }, "dependencies": { - "@vue/composition-api": "^1.0.0-rc.5", "axios": "^0.21.1", "cl-admin": "^1.5.3", "cl-admin-crud": "^1.6.8", @@ -37,6 +36,7 @@ "vuex": "^3.4.0" }, "devDependencies": { + "@vue/composition-api": "^1.0.0-rc.5", "@typescript-eslint/parser": "^3.0.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", "@vue/babel-preset-jsx": "^1.1.2",