Gypson

Results 1 comments of Gypson

https://codesandbox.io/s/vue-jsonschema-form-basic-example-zid04?fontsize=14&hidenavigation=1&module=/src/App.vue&theme=dark&file=/src/App.vue Use the code from the demo `{ "type": "object", "properties": { "array": { "type": "array", "title": "Users", "items": { "type": "object", "properties": { "name": { "type": "string", "title": "Username"...