mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-31 21:29:22 +08:00
7 lines
164 B
Smarty
7 lines
164 B
Smarty
import * as monaco from '{{{ MONACO_EDITOR }}}';
|
|
import defaultTheme from './theme/default';
|
|
|
|
// 默认主题
|
|
defaultTheme.register(monaco);
|
|
|
|
export default monaco; |