From 103b08937aeb945a0ff503dfdedf268b9a55dade Mon Sep 17 00:00:00 2001
From: wenhan <1196086345@qq.com>
Date: 星期三, 12 一月 2022 10:24:25 +0800
Subject: [PATCH] fix-bug -- 使用TreeSelect组件后,重置按钮无法置空该组件值
---
src/components/SvgIcon/svgicon.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/SvgIcon/svgicon.js b/src/components/SvgIcon/svgicon.js
index f0c8d26..b7c1907 100644
--- a/src/components/SvgIcon/svgicon.js
+++ b/src/components/SvgIcon/svgicon.js
@@ -1,4 +1,5 @@
-import * as components from "@element-plus/icons";
+import * as components from '@element-plus/icons-vue'
+
export default {
install: (app) => {
for (const key in components) {
--
Gitblit v1.9.3