1.0.7 • Published 11 months ago

vue-json-lonlyape v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

vue-json-lonlyape

vue json 组件

use

# install
npm install vue-json-lonlyape --save

# main.js
......
import Json from 'vue-json-lonlyape'
app.use(Json)
......

or
# xxx.vue
......
import { Json } from 'vue-json-lonlyape'
......
components: {
  Json
}
......

参数

参数说明类型默认值
modelValue要展示的json数据Object-
imgKeys图片字段string[][]
expandLevel初始展开层级number0
handleSpan右侧宽度,1-24,24是整宽度number12
1.0.2

11 months ago

1.0.1

1 year ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.0

1 year ago