Compare commits

..

No commits in common. "2c76ef8350fdd0f9592bd08eff4ca61b4381f18d" and "0b1f8147d4130c576fbe7a28401c3f4d33cd3138" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const modal_data = reactive<modalDataType>({
email: undefined, email: undefined,
phone: undefined, phone: undefined,
name: undefined, name: undefined,
policy: false policy: true
}) })
const modal_form = reactive({ const modal_form = reactive({