lljj-x / vue-json-schema-form

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
https://form.lljj.me/
Apache License 2.0
2.06k stars 420 forks source link

Make object/array foldable #283

Closed darianstlex closed 1 year ago

darianstlex commented 1 year ago

Would be nice to be able to fold OBJECT/ARRAY node, in case of many props/children

vue和ui框架

vue3, element-plus

lljj-x commented 1 year ago

可以通过使用自定义field ui:field 来实现

参考这种tab的例子 https://github.com/lljj-x/schema-form-components

darianstlex commented 1 year ago

Thanks, going to try