Skip to content

Commit a5fb12c

Browse files
committed
fix: 修复路径问题
1 parent 78cd988 commit a5fb12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.SVGEditor/Components/SvgEditor/SvgEditor.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function init(id, options) {
1313
canvasName: id,
1414
lang: "en",
1515
allowInitialUserOverride: false,
16-
imgPath: "./_content/BootstrapBlazor.SvgEditor/editor/images/",
16+
imgPath: "./_content/BootstrapBlazor.SvgEditor/editor/images",
1717
showGrid: true,
1818
extPath: "/_content/BootstrapBlazor.SvgEditor/editor/extensions/",
1919
noDefaultExtensions: false

0 commit comments

Comments
 (0)