mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
make currency property required
This commit is contained in:
@@ -43,7 +43,7 @@ const props = defineProps<{
|
||||
class?: string;
|
||||
color?: string;
|
||||
density?: string;
|
||||
currency?: string;
|
||||
currency: string;
|
||||
showCurrency?: boolean;
|
||||
label?: string;
|
||||
placeholder?: string;
|
||||
|
||||
Reference in New Issue
Block a user