1.0.7 • Published 1 year ago

vue-json-structure v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

适用于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,为删除当前数据
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago