mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
code refactor
This commit is contained in:
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user