chore: setting页面拆分
This commit is contained in:
@@ -66,7 +66,7 @@ const RESEND_COUNTDOWN_SECONDS = 60
|
||||
const verificationCode = ref('')
|
||||
const resendCountdown = ref(RESEND_COUNTDOWN_SECONDS)
|
||||
const verificationCodeRef = ref<{ resetCode: (size?: number) => void } | null>(null)
|
||||
let resendCountdownTimer: ReturnType<typeof window.setInterval> | null = null
|
||||
let resendCountdownTimer: number | null = null
|
||||
|
||||
const formattedResendCountdown = computed(
|
||||
() => `00:${String(resendCountdown.value).padStart(2, '0')}`
|
||||
|
||||
Reference in New Issue
Block a user