npx ui-thing@latest add vee-textarea
In the form below, we are using the useForm
composition function provided by Vee-Validate to handle the form submission and validation. The useForm
composable accepts a validationSchema
option that we can use to define our validation rules. We are using the zod
library to define our validation rules. You can use any validation library you want as long as it is supported by Vee-Validate and can be passed to the toTypedSchema
function.