You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

json-editor-vue3

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-editor-vue3 - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "json-editor-vue3",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -11,5 +11,5 @@ # json-editor-vue3

基于 `jsoneditor` 开发的vue3 json editor,支持全屏编辑。
基于 `jsoneditor` 开发的vue3 json editor,支持全屏编辑,有完善的事件回调,可以在失去焦点时,对编辑器内容做校验。
<img src="./github/screenshot.png" style="width: 500px" />
<img src="https://img.qiuzhihu.cn/mp/json-editor-vue3.png" style="width: 600px" />

@@ -77,1 +77,12 @@ ## 安装

| change | json 更新 |
| textSelectionChange | 参考[configuration-options](https://github.com/josdejong/jsoneditor/blob/master/docs/api.md#configuration-options)对应参数,参数有重写,第一个参数为编辑器的实例,后续参数与官方参数相同 |
| selectionChange | 同上 |
| focus | 同上 |
| blur | 同上 |
| colorPicker | 同上 |
## 公众号
欢迎关注作者公众号,如果您有任何问题,也可以通过该公众号联系作者。
<img src="https://img.qiuzhihu.cn/mp/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7.png" title="前端方程式" style="height:150px;" />

Sorry, the diff of this file is not supported yet