migrate account edit page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-24 00:42:37 +08:00
parent eca0574e41
commit 8fce3f2bcc
4 changed files with 666 additions and 704 deletions
+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;