From 5e662506dc6a70c1c7ab32b76f7ebfd75309c4e3 Mon Sep 17 00:00:00 2001 From: Hank GH Chen <372259464@qq.com> Date: Thu, 13 Jun 2024 10:27:14 +0800 Subject: [PATCH] feat: add @element-plus/icons-vue (#151) ## Summary by CodeRabbit - **New Features** - Added support for new icons with the integration of `@element-plus/icons-vue`. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3a45dfc..c363251 100644 --- a/package.json +++ b/package.json @@ -4897,6 +4897,9 @@ "element-plus": { "version": "*" }, + "@element-plus/icons-vue": { + "version": "*" + }, "ejs": { "version": "*" },