Skip to content

Commit 2894526

Browse files
committed
refactor: 更新 Edtior 包 jQuery 版本
1 parent 17ed9ac commit 2894526

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />
4646

47-
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script>
47+
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js"></script>
4848
<script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
4949
<script src="_framework/blazor.web.js"></script>
5050
@if (Env.IsProduction())

0 commit comments

Comments
 (0)