From 5268202c0900d1b317d61cc382b85a7929fd561a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 1 Jan 2022 16:14:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(SvgIcon.vue):=20svg=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SvgIcon/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index aa454156..c612a517 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,5 +1,5 @@ @@ -20,7 +20,7 @@ export default defineComponent({ }, color: { type: String, - default: '#FFF', + default: '' }, }, setup(props) {