kailong321200875 1 жил өмнө
parent
commit
5fc57bdb08

+ 2 - 2
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;
     }
   }
 }