vuetify-jsonschema-form icon indicating copy to clipboard operation
vuetify-jsonschema-form copied to clipboard

sections

Open a0m0rajab opened this issue 3 years ago • 1 comments

Could we create a section in the form without having an object to it? it would be great if there was such a thing, maybe it can be called header etc.

a0m0rajab avatar Jul 19 '21 14:07 a0m0rajab

workaround:

 section: {'x-slots': { before: '**section name**' },},

a0m0rajab avatar Jul 19 '21 15:07 a0m0rajab