From 00c52cf5ce0b8e099ce074380fcffb0eb2781147 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 14 Jan 2023 12:30:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20svg=E7=82=B9=E5=87=BB=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E8=BE=B9=E6=A1=86=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: c6ab8f093bcd6d139011d80e6b3dc45c77fc5704 --- src/components/SvgIcon/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 29a73c14..8508b18f 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -32,6 +32,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.iconName}`);