logaretm / vee-validate

✅ Painless Vue forms
https://vee-validate.logaretm.com/v4
MIT License
10.79k stars 1.26k forks source link

Adding Vine support for schema validation #4686

Closed edimitchel closed 7 months ago

edimitchel commented 7 months ago

Is your feature request related to a problem? Please describe.

There is a new competitor which is very faster than Yup and Zod: Vine.js. It could be nice to have Vine for defining schema validation

Describe the solution you'd like

Adding a new package for being able to use Vine.js with Vee Validate

logaretm commented 7 months ago

Thanks for the suggestion. I don't think I will be adding more schemas anytime soon as I will be the one stuck with maintaining it.

You can take a look at the implementation of the other schemas and you can build your own using vee-validate's TypedSchema API.