policy
This commit is contained in:
parent
d931c558b7
commit
12220e753a
|
@ -36,7 +36,7 @@ const modal_data = reactive<modalDataType>({
|
||||||
email: undefined,
|
email: undefined,
|
||||||
phone: undefined,
|
phone: undefined,
|
||||||
name: undefined,
|
name: undefined,
|
||||||
policy: true
|
policy: false
|
||||||
})
|
})
|
||||||
|
|
||||||
const modal_form = reactive({
|
const modal_form = reactive({
|
||||||
|
|
Loading…
Reference in New Issue