json-admin-vue

0.1.9 • Public • Published

json-admin-vue

Add it to your project

npm install json-admin-vue --save

How to use it

<template>
    <div>
        <json-admin-vue v-model="json"></json-admin-vue>
    </div>
</template>

<script>
import JsonAdminVue from "json-admin-vue";

export default {
  name: 'App',
  components: { 
    JsonAdminVue 
  }, 
  data() {
      return {
          json: {
              "key": "value"
          }
      }
  }
}
</script>

Propeties

Property Action Values
tags shows the data type indicator labels Boolean, default: true
edit The component behaves as a JSON data editor. Boolean, default: false
styled Just add a container box Boolean, default: false

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.90latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.90
0.1.80
0.1.70
0.1.60
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i json-admin-vue

Weekly Downloads

0

Version

0.1.9

License

MIT

Unpacked Size

93.4 kB

Total Files

5

Last publish

Collaborators

  • matias.krabzik