在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:zyqwst/json-schema-editor-vue开源软件地址:https://github.com/zyqwst/json-schema-editor-vue开源编程语言:JavaScript 99.6%开源软件介绍:json-schema-editor-vueA json-schema editor of high efficient and easy-to-use, base on Vue 支持自定义属性,满足特殊的需求 ExampleDemo http://json-schema.sviip.com Usagenpm 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 id="app">
...
<json-schema-editor :value="tree"/>
...
</div>
</template>
<script>
export default {
name: 'App',
data() {
return {
tree:
{
root: {
type: "object"
}
}
}
}
}
</script> json-schema-editor-vue属性说明如下:
Don't forget to star if it helped! 如果对您有帮助,别忘记给个星哦 Links |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论