diff --git a/.gitignore b/.gitignore index 04ba26a..7cc608c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ pnpm-debug.log* .idea/ /generated/prisma -/prisma/dev.db \ No newline at end of file +/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