0.1.10 • Published 4 years ago

@hankychung/json-schema-editor v0.1.10

Weekly downloads
12
License
-
Repository
-
Last release
4 years ago

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
0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago