does anyone have any idea why the form won't send?
https://pastebin.com/sz5Rse1B
Using Nuxt/ui and ValidBot
Pastebin
import * as v from 'valibot'import type {FormSubmitE - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
2 Replies
what is not working
dont forget to onMounted(() => {
setInterval(() => {
console.log(information)
}, 1000)
}) clear this one
<UForm :schema="v.safeParser(schema)" :state="information" @submit="console.log('cc')"> maybe .prevent
you console .log a cc
i dont know
try @submit"() => console.log('cc)"