mohammad seliya
mohammad seliya
NNuxt
Created by o.m on 12/10/2024 in #❓・help
Why does my form submit for every keystroke?
try to follow below format and see if it works or not const { data, execute, error } = useFetch('/api/register', { method: 'POST', immediate: false, }); const handleSubmit = async () => { await execute({ body: form.value }); }
41 replies
NNuxt
Created by o.m on 12/10/2024 in #❓・help
Why does my form submit for every keystroke?
@o.m Instead of @submit.prevent="handleSubmit()", can you try @submit.prevent="handleSubmit"
41 replies
NNuxt
Created by Merite on 9/19/2024 in #❓・help
Create Pdf with nuxt
@Merite Not sure about Nuxt but with react you can do with react-print-pdf checkout this blog - https://dev.to/fileforge/create-pdfs-with-tailwind-k0
10 replies
NNuxt
Created by Merite on 9/19/2024 in #❓・help
Create Pdf with nuxt
@Merite As far as i know we can't
10 replies
NNuxt
Created by Merite on 9/19/2024 in #❓・help
Create Pdf with nuxt
can you please describe more specific so i can help you
10 replies
NNuxt
Created by Merite on 9/19/2024 in #❓・help
Create Pdf with nuxt
You should use jsPDF
10 replies