From fb00edd04ca338b8d791a96dead161076538c6c2 Mon Sep 17 00:00:00 2001 From: Mathieu Laurent Date: Sun, 30 Jul 2023 23:58:02 +0200 Subject: [PATCH] docs: add VeeValidate form library for Vue.js (#2578) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf7e3cfb..cf53c3bb0 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,8 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@modular-forms/solid`](/~https://github.com/fabian-hiller/modular-forms): Modular form library for SolidJS that supports Zod for validation. - [`houseform`](/~https://github.com/crutchcorn/houseform/): A React form library that uses Zod for validation. - [`sveltekit-superforms`](/~https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation. -- [`mobx-zod-form`](/~https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod +- [`mobx-zod-form`](/~https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod. +- [`@vee-validate/zod`](/~https://github.com/logaretm/vee-validate/tree/main/packages/zod): Form library for Vue.js with Zod schema validation. #### Zod to X