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.01k stars 418 forks source link

使用oneOf 点击保存时总是提示错误 #315

Closed wpnine closed 11 months ago

wpnine commented 11 months ago

使用oneOf,点击保存,总是会提示 “只能匹配一个 "oneOf" 中的 schema” 错误,在Playground的例子中也有这样的问题

lljj-x commented 11 months ago

是这样的,oneOf 有且只有一个可以匹配。