ui.json_editor has no dispose method
@@ -28,7 +28,7 @@ export default {
},
destroyEditor() {
if (this.editor) {
- this.editor.dispose();
+ this.editor.destroy();
}