vue-json-schema-editor-visual-p

1.0.2 • Public • Published

vue-json-schema-editor-visual-p

A json-schema editor of high efficient and easy-to-use, base on Vue & Element UI.

一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 模仿 Yapi React 版本 json-schema-editor-visual 实现

form https://github.com/giscafer/vue-json-schema-editor-visual

Usage

import JsonSchemaEditor from 'vue-json-schema-editor-visual-p';

Vue.use(JsonSchemaEditor);

在线 Demo

API

Attributes

参数 说明 类型 默认值
schema json schema 对象 Object -
show-raw 是否显示 RAW 弹窗,可查看 json schema Boolean false
is-mock 是否支持 mock (WIP) Boolean false
show-default-value 是否展示默认值输入框 Boolean false

Events

事件名称 说明 回调参数
schema-change schema 发生变化时的回调函数 新的 json schema 对象

Related

其他 json editor

changelog

  • fix: number emnu type not int
  • fix: 删除字段时,删除require列表中的字段

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i vue-json-schema-editor-visual-p

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

375 kB

Total Files

25

Last publish

Collaborators

  • zlog