Skip to content

Commit 8ff5045

Browse files
committed
refactor: 更新画笔应用资源路径
1 parent 340382b commit 8ff5045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@inject MessageService MessageService
33
@inject DownloadService DownloadService
44
@inherits BootstrapModuleComponentBase
5-
@attribute [JSModuleAutoLoader("../../_content/BootstrapBlazor.Shared/Components/Components/Samples/Tutorials/DrawingApp.razor.js")]
5+
@attribute [JSModuleAutoLoader("../../_content/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.js")]
66

77
<div>
88
<canvas id="@Id" class="drawing-canvas"></canvas>

0 commit comments

Comments
 (0)