美文网首页
vue json schema editor visual

vue json schema editor visual

作者: 寻找无名的特质 | 来源:发表于2023-01-15 06:59 被阅读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"/>

    相关文章

      网友评论

          本文标题:vue json schema editor visual

          本文链接:https://www.haomeiwen.com/subject/gbzpcdtx.html