mode:'text/x-mysql',///语言模式theme: 'neo',//主题lineNumbers:false,//显示行号smartIndent:true,//智能缩进indentUnit: 4,//智能缩进单元长度为 4 个空格foldGutter:true,//代码折叠styleActiveLine:true,//显示选中行的样式matchBrackets:true,//每当光标位于匹配的方括号旁边时,都会使其高亮显示autofocus:true...
value: 'hc-black', label: '高亮' }, { value: 'vs-dark', label: '深色' } ], languageOption: [], theme: 'vs', language: 'plaintext' } }, mounted () { const self = this self.initEditor() self.languageOption = monaco.languages.getLanguages() }, methods: { initEditor () { ...