From 8fff20993829bf09b72cbd791c87673759e6b0d7 Mon Sep 17 00:00:00 2001
From: anat <anatole.korczak@gmail.com>
Date: Tue, 25 Oct 2022 12:12:28 +0200
Subject: [PATCH] Update README.md

It took me a lot of time to find this library that do exactly what I wanted.
Hard to find a library that is as robust as react-jsonschema-form on Vue.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7c63a91c4..dae19a0cd 100644
--- a/README.md
+++ b/README.md
@@ -1981,6 +1981,7 @@ _Let the user create & edit data_
 
 ##### Generator
 
+- [vuetify-jsonschema-form](https://github.com/koumoul-dev/vuetify-jsonschema-form) - Create beautiful and low-effort forms that output valid data (JSON Schema, Vuetify).
 - [FormSchema Native](https://github.com/formschema/native) - Generate a form using JSON Schema and Vue.js
 - [vue-generator](https://github.com/michaellyu/vue-generator) - Initial router and components for the Vue project.
 - [vue-form-json](https://github.com/14nrv/vue-form-json) - Generate a vue form with validation and bulma style, from json