vue json schema editor visual

2023-01-15  本文已影响0人  寻找无名的特质

项目地址:giscafer/vue-json-schema-editor-visual: A json-schema editor of high efficient and easy-to-use, base on Vue. (github.com)

一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。

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

Vue.use(JsonSchemaEditor);

可以编辑json的schema.

相似项目 zyqwst/json-schema-editor-vue: A json-schema editor of high efficient and easy-to-use, base on Vue (github.com)

支持vue2 和vue 3

npm install json-schema-editor-vue

import JsonSchemaEditor from 'json-schema-editor-vue'
import 'json-schema-editor-vue/lib/json-schema-editor-vue.css'
Vue.use(JsonSchemaEditor)

<json-schema-editor :value="tree"/>

上一篇下一篇

猜你喜欢

热点阅读