登录 注册
当前位置:主页 > 资源下载 > 19 > Vue驱动的高效易用json模式编辑器:json-schema-editor-vue

Vue驱动的高效易用json模式编辑器:json-schema-editor-vue

  • 更新:2024-08-05 23:37:08
  • 大小:2.03MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

基于Vue的高效易用的json模式编辑器 支持自定义属性,满足特殊的需求 例子 演示 用法 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) < template> < div xss=removed> ... < json xss=removed> ... < script > export default { name : ' App ' , dat