mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 05:43:33 +09:00
디자인 변경
This commit is contained in:
@@ -35,7 +35,7 @@ const initRePassword = {
|
||||
}
|
||||
const rePasswordValid = ref(initRePassword)
|
||||
|
||||
const onEmailComplete = (e) => {
|
||||
const onEmailComplete = (e: any) => {
|
||||
modifyForm.value.email = e.value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user