Skip to content

Commit 35e443f

Browse files
committed
refactor: 移除脚本显式加载
1 parent eb35839 commit 35e443f

File tree

1 file changed

+0
-1
lines changed
  • src/BootstrapBlazor.Server/Components

1 file changed

+0
-1
lines changed

src/BootstrapBlazor.Server/Components/App.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />
4444

4545
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js"></script>
46-
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
4746
<script src="_framework/blazor.web.js"></script>
4847
@if (Env.IsProduction())
4948
{

0 commit comments

Comments
 (0)