From 296dc77cbb8c3b758e8d779bebd69100340f053b Mon Sep 17 00:00:00 2001 From: suguo <25950955@qq.com> Date: Thu, 29 Jan 2026 14:51:44 +0800 Subject: [PATCH] pnpm install @element-plus/icons-vue --- README.md | 4 +++- package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 463bcf1..e078be9 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ pnpm create vite element-demo --template vue pnpm i element-plus -pnpm install -D unplugin-vue-components unplugin-auto-import \ No newline at end of file +pnpm install -D unplugin-vue-components unplugin-auto-import + +pnpm install @element-plus/icons-vue \ No newline at end of file diff --git a/package.json b/package.json index e74bf14..bb364d9 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "preview": "vite preview" }, "dependencies": { + "@element-plus/icons-vue": "^2.3.2", "element-plus": "^2.13.1", "vue": "^3.5.24" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d49b48d..2416d54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,6 +8,9 @@ importers: .: dependencies: + '@element-plus/icons-vue': + specifier: ^2.3.2 + version: 2.3.2(vue@3.5.27) element-plus: specifier: ^2.13.1 version: 2.13.1(vue@3.5.27)