make currency property required

This commit is contained in:
MaysWind
2025-01-27 00:16:42 +08:00
parent 8dc38912c9
commit e92aaffc94
+1 -1
View File
@@ -43,7 +43,7 @@ const props = defineProps<{
class?: string;
color?: string;
density?: string;
currency?: string;
currency: string;
showCurrency?: boolean;
label?: string;
placeholder?: string;