Replies: 1 comment
-
This was converted to a discussion because it is not a bug report. Please keep your questions in the suitable discussion section. You can't get the payload type with the Instead, use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Where do I get my payload type? (see reprodution steps)
( @submit -> (property) submit: SubmissionHandler<GenericFormValues, unknown> | undefined )
Reproduction steps
<Form @submit="onSubmit">
<script lang="ts" setup> ... function onSubmit(payload) { ... }
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://www.no-demo.com
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions