【issues/869】JCodeEditor组件初始化时没有设置mode

pull/975/head
zhangdaiscott 2023-12-01 21:23:10 +08:00
parent d0ff2225c7
commit 29c1145a29
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@
// :
//
styleActiveLine: true,
// update-begin--author:liaozhiyang---date:20231201---forissues/869JCodeEditormode
mode: props.language,
// update-begin--author:liaozhiyang---date:20231201---forissues/869JCodeEditormode
//
extraKeys: {
Tab: function autoFormat(editor) {