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