diff --git a/.gitignore b/.gitignore index d12aeaa..7cc608c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ pnpm-debug.log* .idea/ /generated/prisma +/prisma/*.db \ No newline at end of file diff --git a/src/components/section/FormContact.vue b/src/components/section/FormContact.vue index 1c13b52..0d76145 100644 --- a/src/components/section/FormContact.vue +++ b/src/components/section/FormContact.vue @@ -1,28 +1,60 @@ @@ -92,11 +124,59 @@ const handleSubmit = async (e) => { + + \ No newline at end of file