migrate signup page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-19 22:13:06 +08:00
parent 019c993313
commit 92df98c3fb
8 changed files with 496 additions and 499 deletions
+1 -9
View File
@@ -1,12 +1,4 @@
export interface CurrencyInfo {
readonly code: string,
readonly fraction?: number,
readonly symbol?: {
readonly normal: string,
readonly plural?: string
},
readonly unit: string
}
import type { CurrencyInfo } from '@/core/currency.ts';
// ISO 4217
// Reference: https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml