Commit c33a64ab by songchangcheng

增加动态读取架构设计要素信息

1 parent adc1aae5
Showing with 9 additions and 1 deletions
This diff could not be displayed because it is too large.
...@@ -7,11 +7,19 @@ ...@@ -7,11 +7,19 @@
"build": "vue-cli-service build" "build": "vue-cli-service build"
}, },
"dependencies": { "dependencies": {
"ajv": "^8.0.0",
"bufferutil": "^4.0.8",
"core-js": "^3.8.3", "core-js": "^3.8.3",
"element-ui": "^2.15.14", "element-ui": "^2.15.14",
"encoding": "^0.1.13",
"request": "^2.88.2",
"typescript": "^5.3.2",
"utf-8-validate": "^6.0.3",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-cli": "^2.9.6",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vuex": "^3.6.2" "vuex": "^3.6.2",
"webpack": "^5.89.0"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-babel": "~5.0.0",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!