# vue-json-editor
**Repository Path**: mirrors_dirkliu/vue-json-editor
## Basic Information
- **Project Name**: vue-json-editor
- **Description**: A jsoneditor of vue
- **Primary Language**: Unknown
- **License**: ISC
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-json-editor
A json editor of vue.js
## Component properties
* `v-model`:bind the [json object]
* `:show-btns`: boolean, show the save button, default: true
* `:expandedOnStart`: boolean, expand the JSON editor on start for the modes 'tree', 'view', and 'form', default: false
* `:mode`: string, default: tree
* `:lang`: string, default: en
* `@json-change`: on json changed
* `@json-save`: on json save
* `@has-error`: on error
# How to use
## 1. Install using npm
```
npm install vue-json-editor --save
```
## 2. Use vue-json-editor in the vue component
```vue
```