From c8e82bc631357dec57f1f31f71b987e77eb30499 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 31 五月 2024 17:09:49 +0800 Subject: [PATCH] chore:引入element-plus --- package.json | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 99080a1..cfc27fe 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "axios": "^1.7.2", "dayjs": "^1.11.11", + "element-plus": "^2.7.3", "lodash": "^4.17.21", "pinia": "^2.1.7", "vue": "^3.4.21", @@ -22,6 +23,8 @@ "electron": "^30.0.9", "electron-builder": "^24.13.3", "electron-devtools-installer": "^3.2.0", + "unplugin-auto-import": "^0.17.6", + "unplugin-vue-components": "^0.27.0", "vite": "^5.2.0", "vite-plugin-electron": "^0.28.7" } -- Gitblit v1.8.0