From 44e74f48186a2a3e8212de4dde85a679d3d25328 Mon Sep 17 00:00:00 2001 From: xpnas Date: Sat, 27 Mar 2021 20:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inotify.Vue/package.json | 8 +++++--- Inotify.Vue/vue.config.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Inotify.Vue/package.json b/Inotify.Vue/package.json index a80f107..b54f4bd 100644 --- a/Inotify.Vue/package.json +++ b/Inotify.Vue/package.json @@ -15,16 +15,18 @@ }, "dependencies": { "axios": "0.18.1", + "core-js": "3.6.5", "echarts": "^4.9.0", + "element-plus": "^1.0.2-beta.32", "element-ui": "2.13.2", "js-cookie": "2.2.0", + "moment": "^2.29.1", "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", - "moment": "2.29.1", "vue": "2.6.10", - "vuex": "3.1.0", - "vue-router": "3.0.6" + "vue-router": "3.0.6", + "vuex": "3.1.0" }, "devDependencies": { "@vue/cli-plugin-babel": "4.4.4", diff --git a/Inotify.Vue/vue.config.js b/Inotify.Vue/vue.config.js index ee1a249..87fb662 100644 --- a/Inotify.Vue/vue.config.js +++ b/Inotify.Vue/vue.config.js @@ -38,7 +38,7 @@ const cdn = { `https://cdn.bootcdn.net/ajax/libs/js-cookie/${jscookieV}/js.cookie.js`, `https://cdn.bootcdn.net/ajax/libs/element-ui/${elementV}/index.js`, `https://cdn.bootcdn.net/ajax/libs/axios/${axiosV}/axios.min.js`, - `https://cdn.bootcdn.net/ajax/libs/moment.js/${momentV}/moment.min.js`, + `https://cdn.bootcdn.net/ajax/libs/moment.js/2.29.1/moment.min.js`, `https://cdn.bootcdn.net/ajax/libs/echarts/4.9.0-rc.1/echarts.min.js`, `https://cdn.bootcdn.net/ajax/libs/vue-router/${routerV}/vue-router.min.js`, `https://cdn.bootcdn.net/ajax/libs/element-ui/${elementV}/locale/zh-CN.js`,