feat(web): 集成 Element Plus 组件库

- 在项目中添加 Element Plus 依赖
- 在 main.js 中注册 Element Plus
- 移除 App.vue 中的多余代码
- 更新 App.vue 模板,使用 RouterView
This commit is contained in:
2025-04-24 16:31:25 +08:00
parent 786a58c261
commit 0a5485ec89
4 changed files with 243 additions and 20 deletions

View File

@@ -10,6 +10,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"element-plus": "^2.9.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},