0.0.22 • Published 1 year ago

vue-json-schema-k v0.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-json-schema-editor-visual

fork FROM 后续修改:剥离vue、elementui依赖 缩小包体

目前改动: 修复了 输入框输入切换选中第一次无效的问题。 修复了 输入新的属性名会设置到属性最后的问题。 npm.io

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 实现

npm.io

Usage

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

Vue.use(JsonSchemaEditor);

在线 Demo

API

Attributes

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

其他 json editor

License

MIT