Skip to content

dandandexia/json-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

适用于vue2的json结构化录入组件

使用

// 安装依赖
npm install vue-json-structure

// vue中引入
import vueJsonStructure from 'vue-json-structure'

Vue.use(vueJsonStructure);

组件依赖

为了体验更好,组件使用了TDesign组件库,如需使用,请在主项目中引入TDesign

实现效果

Alt

数据结构

Alt

参数

参数名 说明
jsonData 基础数据,为一个对象
disabled 是否可编辑
change (data, index) => {}, data中removeSelf若为true,为删除当前数据

About

录入结构化json数据

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published