基于Vue的高效易用的json模式编辑器 支持自定义属性,满足特殊的需求 例子 演示 用法 npm install json-schema-editor-vue import JsonSchemaEditor from 'json-schema-editor-vue' import 'json-schema-editor-vue/lib/json-schema-editor-vue.css' Vue.use(JsonSchemaEditor) ... ... < script > export default { name : ' App ' , dat