-
Vue驱动的高效易用json模式编辑器:json-schema-editor-vue
资源介绍
基于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)
< template>
< div xss=removed>
...
< json xss=removed>
...
div>
template>
< script >
export default {
name : ' App ' ,
dat