change file name

This commit is contained in:
MaysWind
2025-01-06 23:11:43 +08:00
parent 2b71723ba1
commit ed897d4105
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<script setup lang="ts">
import { computed } from 'vue';
import { type CommonIconProps, useItemIcon } from '@/components/base/itemIcon.ts';
import { type CommonIconProps, useItemIcon } from '@/components/base/ItemIcon.ts';
import {
mdiEyeOffOutline
+1 -1
View File
@@ -6,7 +6,7 @@
<script setup lang="ts">
import { computed } from 'vue';
import { type CommonIconProps, useItemIcon } from '@/components/base/itemIcon.ts';
import { type CommonIconProps, useItemIcon } from '@/components/base/ItemIcon.ts';
const props = defineProps<CommonIconProps>();
const { style, getAccountIcon, getCategoryIcon } = useItemIcon(props);