diff --git a/vue/full/package-lock.json b/vue/full/package-lock.json
index 8e1e0f1..baf4be1 100644
--- a/vue/full/package-lock.json
+++ b/vue/full/package-lock.json
@@ -5587,11 +5587,6 @@
"q": "^1.1.2"
}
},
- "codemirror": {
- "version": "5.56.0",
- "resolved": "https://registry.npm.taobao.org/codemirror/download/codemirror-5.56.0.tgz",
- "integrity": "sha1-Z1ZA/MeAEFzSLT+qc4tdfqZCb2E="
- },
"collection-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
diff --git a/vue/full/package.json b/vue/full/package.json
index e48f519..24f16a9 100644
--- a/vue/full/package.json
+++ b/vue/full/package.json
@@ -9,7 +9,6 @@
},
"dependencies": {
"axios": "^0.19.2",
- "codemirror": "^5.56.0",
"core-js": "^3.6.5",
"decimal.js": "^10.2.0",
"element-ui": "^2.13.2",
diff --git a/vue/full/public/index.html b/vue/full/public/index.html
index 91b1e68..47faa35 100644
--- a/vue/full/public/index.html
+++ b/vue/full/public/index.html
@@ -34,6 +34,12 @@
+
+
+
+
+
+
diff --git a/vue/full/src/component/editor/JsonEditor.vue b/vue/full/src/component/editor/JsonEditor.vue
index 1c17991..85f9c5a 100644
--- a/vue/full/src/component/editor/JsonEditor.vue
+++ b/vue/full/src/component/editor/JsonEditor.vue
@@ -3,10 +3,6 @@