From 4314bb61e9b4b7d41e4b0ebe1aa4359364f5b35d Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 6 Aug 2023 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7Vue=E5=88=B02.7=E3=80=81?= =?UTF-8?q?=E5=89=8D=E7=AB=AFVSCode=E6=8F=92=E4=BB=B6=E6=94=B9=E7=94=A8Vol?= =?UTF-8?q?ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/jsconfig.json | 3 +++ frontend/package.json | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json index 09e9361..31f9566 100644 --- a/frontend/jsconfig.json +++ b/frontend/jsconfig.json @@ -7,6 +7,9 @@ "@/*": ["src/*"] } }, + "vueCompilerOptions": { + "target": 2.7, + }, "include": [ "./src/**/*.js", "./src/**/*.vue" diff --git a/frontend/package.json b/frontend/package.json index 0134844..fccf100 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "downloadjs": "^1.4.7", "element-ui": "^2.15.13", "lodash": "^4.17.21", - "vue": "^2.6.14", + "vue": "^2.7.14", "vue-i18n": "^8.28.2", "vue-router": "^3.6.5" }, @@ -25,8 +25,7 @@ "@vue/cli-service": "~5.0.0", "babel-plugin-component": "^1.1.1", "eslint": "^7.32.0", - "eslint-plugin-vue": "^8.0.3", - "vue-template-compiler": "^2.6.14" + "eslint-plugin-vue": "^9.16.1" }, "browserslist": [ "> 1%",