Install & Download:
# Yarn
$ yarn add vue-json-edit
# NPM
$ npm install vue-json-edit --saveDescription:
A visual JSON editor component for Vue.js.
Usage:
import Vue from 'vue'
import JsonEditor from 'vue-json-edit'
Vue.use(JsonEditor)
new Vue({
el: '#app',
render: h => (h)(App)
})Preview:

Changelog:
v1.4.3 (10/14/2020)
- Bugfix





