0.1.10 • Published 5 years ago

@hankychung/json-schema-editor v0.1.10

Weekly downloads
12
License
-
Repository
-
Last release
5 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

5 years ago

0.1.8

6 years ago

0.1.9

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago