We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac5a6 commit d83acf8Copy full SHA for d83acf8
1 file changed
src/components/BootstrapBlazor.Vditor/Vditor.razor.js
@@ -7,7 +7,7 @@ export async function init(id, invoke, options) {
7
return;
8
}
9
10
- await addLink('./_content/BootstrapBlazor.Vditor/css/index.css');
+ await addLink('./_content/BootstrapBlazor.Vditor/css/vditor.css');
11
await addScript('./_content/BootstrapBlazor.Vditor/js/vditor.js');
12
13
const { options: op, value } = options;
0 commit comments