Update README.md

This commit is contained in:
AlbertZhang
2022-09-16 10:04:57 +08:00
committed by GitHub
parent de224b3a29
commit 6a8f84364b

View File

@@ -18,7 +18,7 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
<img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/capture.png"> <img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/capture.png">
</p> </p>
**支持自定义属性,满足特殊的需求* **支持自定义属性,满足特殊的需求**
<p align="center"> <p align="center">
<img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/custom.png"> <img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/custom.png">
@@ -30,14 +30,12 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
**[国内Demo](http://json-schema-editor.sviip.com)** **[国内Demo](http://json-schema-editor.sviip.com)**
### Usage ### Usage
```bash
```bash ```bash
# vue2 # vue2
npm install json-schema-editor-vue npm install json-schema-editor-vue
# vue3 # vue3
npm install json-schema-editor-vue3 npm install json-schema-editor-vue3
``` ```
```
```vue ```vue
import JsonSchemaEditor from 'json-schema-editor-vue' import JsonSchemaEditor from 'json-schema-editor-vue'