mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 21:05:08 +09:00
디자인 변경
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import type { iPrcs, iDtlSpec, iEstimate, UserData, iPbAtt } from '/@src/utils/types'
|
||||
import regex from "/@src/utils/regex.ts";
|
||||
import regex from '/@src/utils/regex.ts'
|
||||
|
||||
const props = defineProps<{
|
||||
prcs: iPrcs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import type { iPrcs, iDtlSpec, iEstimate, UserData, iPbAtt } from '/@src/utils/types'
|
||||
import regex from "/@src/utils/regex.ts";
|
||||
import regex from '/@src/utils/regex'
|
||||
|
||||
const props = defineProps<{
|
||||
prcs: iPrcs
|
||||
|
||||
@@ -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