1.0.4 • Published 5 years ago

vue-edit-json v1.0.4

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

Vue-edit-json

View and edit JSON as an vue component

DEMO

Getting Started

npm install Vue-edit-json --save

Usage

//import it in your project At your entry point

import vue from 'vue'
import JsonEditor from 'Vue-edit-json'
  
Vue.use(JsonEditor)
  

Pass json data using v-model or :value and make it editable using is-edit attribute as the following code

<JsonEditor is-edit="true" v-model="jsonData" ></JsonEditor>
1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago