Skip to content

Commit 318e138

Browse files
author
zhangpeihang
committed
feat: 修改 loaderjs 名称
1 parent 83efd96 commit 318e138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.CodeEditor/Components/CodeEditor/CodeEditor.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function init(id, interop, options) {
77
Data.set(id, editor);
88

99
await addLink('_content/BootstrapBlazor.CodeEditor/code-editor.bundle.css');
10-
await addScript('_content/BootstrapBlazor.CodeEditor/monaco-editor/min/vs/loader.min.js');
10+
await addScript('_content/BootstrapBlazor.CodeEditor/monaco-editor/min/vs/loader.js');
1111

1212
const init = container => {
1313

0 commit comments

Comments
 (0)