This commit is contained in:
clay
2021-12-28 11:44:52 +08:00
parent 8b5a97700f
commit a14b0e7dc1
3 changed files with 378 additions and 96 deletions

View File

@@ -16,6 +16,7 @@
"dependencies": {
"core-js": "^3.6.5",
"element-ui": "^2.15.6",
"script-ext-html-webpack-plugin": "^2.1.5",
"vue": "^2.6.11",
"vue-i18n": "^8.26.7",
"vue-router": "^3.2.0"
@@ -29,6 +30,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^5.5.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.6.2"
},