npx ui-thing@latest add vee-number-field
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 yup
library to define our validation rules. You can use any validation library you want as long as it is supported by Vee-Validate.