From 5fc57bdb08488f6898eafd6f28289b0567d6d9e2 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 5 Aug 2023 11:00:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Table=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Icon/src/Icon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Icon/src/Icon.vue b/src/components/Icon/src/Icon.vue index 853d11a..008fd8a 100644 --- a/src/components/Icon/src/Icon.vue +++ b/src/components/Icon/src/Icon.vue @@ -51,8 +51,8 @@ const getIconifyStyle = computed(() => { .iconify { &:hover { :deep(svg) { - // prettier-ignore - color: v-bind(hovercolor) !important; + // stylelint-disable-next-line + color: v-bind(hoverColor) !important; } } }