JSON tree rendering Vue3 component. Contribute to seijikohara/json-tree-view-vue3 development by creating an account on GitHub.
<tree-view :data="jsonSource" :options="{maxDepth: 3}"></tree-view> PropsdataThe JSON to be displayed. Expects a valid JSON object.optionsThe defaults are:{ maxDepth: 4, rootObjectKey: "root", modifiable: false } maxDepth: The maximum number of levels of the JSON Tree that shou...
<tree-view :data="jsonSource" :options="{maxDepth: 3}"></tree-view> Props data The JSON to be displayed. Expects a valid JSON object. options The defaults are: { maxDepth: 4, rootObjectKey: "root", modifiable: false, link: false, limitRenderDepth: false } maxDepth: The maxim...
现在它至少支持 Vue3。如果你仍在使用 Vue2,请参阅1.x。 English |简体中文特征作为 JSON 格式化程序。使用 TypeScript 编写,支持d.ts。支持从 JSON 获取项目数据。支持大数据。支持可编辑。环境支持现代浏览器、Electron 和 Internet Explorer 11 (带有 polyfill)服务器端渲染IE/Edge 火狐 铬合金 Safari 电子IE...
importTreeViewfrom'bastidest-vue-json-tree-view'; Vue.use(TreeView); Done. Usage Put thetree-viewelement into your HTML where you want the Tree View to appear. <tree-view:data="jsonSource":options="{maxDepth: 3}"></tree-view> Props...
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 MIT License Copyright (c) 2017 Arvid Kahl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restric...
09db3b7 chore: remove unused test files and packages michaelfitzhavey committed Feb 16, 2020 a04c380 chore: update node-sass to fix node 10 installation michaelfitzhavey committed Feb 16, 2020 2cb7f32 Bump extend from 3.0.1 to 3.0.2 … dependabot committed Feb 16, 2020 Verif...
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase. - tangram-js/json-schema-editor