vue-jsoneditor icon indicating copy to clipboard operation
vue-jsoneditor copied to clipboard

Vue implementation of JSONEditor

Results 4 vue-jsoneditor issues
Sort by recently updated
recently updated
newest added

Avoiding change loop if the value changes from jsoneditor.

### Versions and Environment **Vue:*2.9.6* **Browsers:*chrome* **OS:*10.13.4 (17E199)* ### Steps to reproduce ``` data: function(){ return { json: { "success":true } } } ``` ![image](http://7xoguv.com1.z0.glb.clouddn.com/[email protected]) when in code mode, input...

bug

@manico I think you will like the latest releases of the jsoneditor: since `v5.20.1` the editor supports being used a controlled component in a framework like React or Vue. There...

enhancement