code refactor

This commit is contained in:
MaysWind
2025-01-11 02:29:44 +08:00
parent ea90e97f92
commit 5649bb243d
6 changed files with 10 additions and 10 deletions
@@ -19,7 +19,7 @@ export interface CommonIconProps {
size?: string | number;
}
export function useItemIcon(props: CommonIconProps) {
export function useItemIconBase(props: CommonIconProps) {
const style = computed<Record<IconItemStyleName, IconItemStyleValue>>(() => {
let defaultColor = 'var(--default-icon-color)';