vue-json-schema-editor-visual icon indicating copy to clipboard operation
vue-json-schema-editor-visual copied to clipboard

A json-schema editor of high efficient and easy-to-use, base on Vue.

Results 10 vue-json-schema-editor-visual issues
Sort by recently updated
recently updated
newest added
trafficstars

高级设置的内容相拓展或者自定义一些属性?是否支持?

大佬,样式这些应该这么自己定义呢?比如增加和删除的图标

比如 "additionalProperties": false, 额外的属性 可以配置进去吗 { "type": "object", "description": "", "additionalProperties": false, "properties": { "result": { "type": "string", "description": "算法初始化下发,详情参考文档", "additionalProperties": false, "minLength": 0, "maxLength": 65534 }, } }

![image](https://user-images.githubusercontent.com/50472719/138408110-a8b2a86b-b2bd-4ae0-a4a3-533ed88c2d5b.png) 原以为是我引用出了问题,但在给出的IDE上也出了这样的错误:https://codesandbox.io/s/practical-pond-jpteu?file=/src/components/JsonSchemaEditor.vue

``` import JsonSchemaEditor from 'vue-json-schema-editor-visual'; Vue.use(JsonSchemaEditor); props: { data }, data:{ return:{ json_schema:null } }, watch: { 'module': function (id) { console.log(this.json_schema); this.json_schema = this.data; } } ``` 这是我的代码,组件里有一个prop ‘data’...

json schema中string 可以设置一些format,比如 date,uri 这些之类,可以增加相关的设置么

When type is Boolean, it seems to be a bit of a problem

good first issue

这个组件非常好,能不能支持一下vue3呢?

![1EA2320A-B8DA-47FE-8FFA-ACF0E1B5527D](https://github.com/user-attachments/assets/074f886e-593d-4018-a1b2-3d68f9f95e78) 按照步骤流程来的,下载安装了,局部引入,但报错了,怎么解决呢?