### VeeValidate and Zod [VeeValidate](https://vee-validate.logaretm.com/v4/) offer a great set of tools to validate your forms wich work perfectly with vuero. We recommand you to use [zod](https://github.com/colinhacks/zod) to declare schema for VeeValidate forms but you can also use [yup]() if you already are familiar with it. ```vue ```