2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-11 18:02:29 +03:00
2018-07-02 17:25:09 +08:00
2018-07-02 17:25:09 +08:00
2017-10-18 14:39:10 +08:00
2017-10-18 11:45:31 +08:00
2017-10-18 11:45:31 +08:00
2017-10-19 17:40:24 +08:00
2017-10-18 14:39:10 +08:00
2017-10-19 17:40:24 +08:00
2017-10-19 17:40:39 +08:00
2018-07-02 17:25:09 +08:00
2017-10-18 11:45:31 +08:00

vue-json-viewer

简单json展示工具,基于vue框架开发的展示组件

Examples:

安装:

npm install vue-json-viewer

or

yarn add vue-json-viewer

使用:

export default {
  name: 'Page',
  data() {
    return {
      jsonData: {
        name: [
          {key: 2},
          {key: 'hello word'},
        ],
        val: {
          b: 'a',
          a: 'hello word',
          asd2: 1,
          asd: false
        }
      }
    }
  }
}
S
Description
Simple JSON viewer component
Readme MIT 1.2 MiB
Languages
Vue 66.2%
JavaScript 32.7%
HTML 0.9%
CSS 0.2%