mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 08:55:53 +08:00
EMQX模块前端优化
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user