Skip to content

Commit d83acf8

Browse files
committed
refactor: 增加验证样式
1 parent bcac5a6 commit d83acf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Vditor/Vditor.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, invoke, options) {
77
return;
88
}
99

10-
await addLink('./_content/BootstrapBlazor.Vditor/css/index.css');
10+
await addLink('./_content/BootstrapBlazor.Vditor/css/vditor.css');
1111
await addScript('./_content/BootstrapBlazor.Vditor/js/vditor.js');
1212

1313
const { options: op, value } = options;

0 commit comments

Comments
 (0)