0.1.9 • Published 2 years ago

json-admin-vue v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago