#does anyone have any idea why the form won't send?

1 messages · Page 1 of 1 (latest)

violet valley
idle igloo
#

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