code refactor

This commit is contained in:
MaysWind
2025-01-16 00:25:50 +08:00
parent 922c338387
commit 6ef42a9303
7 changed files with 46 additions and 46 deletions
+13 -13
View File
@@ -49,19 +49,19 @@ const {
} = useI18n();
const props = defineProps<{
class?: string,
color?: string,
density?: string,
currency: string,
showCurrency?: boolean,
label?: string,
placeholder?: string,
persistentPlaceholder?: boolean,
disabled?: boolean,
readonly?: boolean,
hide?: boolean,
enableRules?: boolean,
modelValue: number
class?: string;
color?: string;
density?: string;
currency: string;
showCurrency?: boolean;
label?: string;
placeholder?: string;
persistentPlaceholder?: boolean;
disabled?: boolean;
readonly?: boolean;
hide?: boolean;
enableRules?: boolean;
modelValue: number;
}>();
const emit = defineEmits<{