0.1.9 • Published 3 years ago

json-admin-vue v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

PropertyActionValues
tagsshows the data type indicator labelsBoolean, default: true
editThe component behaves as a JSON data editor.Boolean, default: false
styledJust add a container boxBoolean, default: false
0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago