取消 monaco 默认语言设置

This commit is contained in:
fofolee 2022-04-07 22:37:37 +08:00
parent 87b8f7e7c0
commit 362cde8da7

View File

@ -43,7 +43,6 @@ export default {
initEditor() {
let monacoEditorPreferences = {
value: "",
language: "javascript",
automaticLayout: true,
foldingStrategy: "indentation",
autoClosingBrackets: true,