change file name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user