@hankychung/json-schema-editor
v0.1.10
Published
a visual editor for json schema, base on Vue
Downloads
5
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
data
an object of json schema
events
change
emit a new modified object of json schema after editing