EMQX模块前端优化

This commit is contained in:
sxh
2022-04-22 14:25:04 +08:00
parent 83d3e58bb3
commit 7a83ba8984
4 changed files with 62 additions and 83 deletions

View File

@@ -63,9 +63,6 @@ export default {
this.editor.setValue(this.value);
}
},
height(value) {
this.editor.setSize("auto", this.height);
},
},
mounted() {
this.editor = CodeMirror.fromTextArea(this.$refs.textarea, {