1.4.1 • Published 5 years ago

vue-json-prettier v1.4.1

Weekly downloads
25
License
ISC
Repository
github
Last release
5 years ago

一个可将json数据转为树形展示界面的vue组件

安装

npm i vue-json-prettier

使用

<template>
  <div id="app">
    <json-prettier :jsondata="{a:1, b: 'hello'}"></json-prettier>
  </div>
</template>

<script>
import JsonPrettier from 'vue-json-prettier'

export default {
  name: 'app',
  components: {
    JsonPrettier
  }
}
</script>
1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago