diff --git a/package.json b/package.json index e7b3480d..438f55e9 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@amcharts/amcharts4": "^4.10.38", "@amcharts/amcharts4-geodata": "^4.1.20", "@antv/g6": "^4.8.17", + "@element-plus/icons-vue": "^2.3.1", "axios": "^0.21.1", "babel-plugin-lodash": "~3.3.0", "codemirror": "^5.65.1", @@ -20,7 +21,7 @@ "dayjs": "^1.10.5", "dexie": "~3.2.0", "echarts": "^5.1.1", - "element-plus": "~1.0.2-beta.71", + "element-plus": "^2.5.1", "h3-js": "~3.7.2", "lib-flexible": "^0.3.2", "lodash": "^4.17.21", @@ -46,8 +47,8 @@ "@babel/core": "~7.22.5", "@babel/plugin-proposal-class-properties": "~7.18.0", "@babel/plugin-proposal-private-methods": "~7.18.0", - "@babel/plugin-transform-runtime": "~7.22.0", "@babel/plugin-proposal-private-property-in-object": "~7.21.0", + "@babel/plugin-transform-runtime": "~7.22.0", "@babel/preset-env": "~7.22.0", "@babel/preset-typescript": "~7.22.0", "@commitlint/cli": "^9.1.2", @@ -70,8 +71,8 @@ "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "~3.3.0", "@vue/component-compiler-utils": "~3.3.0", - "@vue/test-utils": "~2.4.0", "@vue/server-renderer": "~3.3.0", + "@vue/test-utils": "~2.4.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.0", "compression-webpack-plugin": "^8.0.1", @@ -85,6 +86,8 @@ "jest": "~26.6.0", "ts-jest": "~26.5.0", "uglifyjs-webpack-plugin": "^2.2.0", + "unplugin-auto-import": "^0.17.5", + "unplugin-vue-components": "^0.26.0", "vue-jest": "^5.0.0-alpha.10" }, "browserslist": [ diff --git a/public/index.html b/public/index.html index d559de20..53327c82 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ Cyber Narrator - + diff --git a/src/Login.vue b/src/Login.vue index cee5e22b..4f3b2482 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -7,15 +7,18 @@ + > + +