@hankychung/json-schema-editor
v0.1.10
Published
a visual editor for json schema, base on Vue
Maintainers
Readme
json-schema-editor
description
a visual editor for json schema, base on Vue
usage
import Vue from 'vue'
import schemaEditor from '@hankychung/json-schema-editor'
Vue.use(schemaEditor)and you can use this global component by <schema-editor />
props
dataan object of json schema
events
changeemit a new modified object of json schema after editing
