Skip to content

Commit

Permalink
chore: 更新 JS 路径
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Nov 30, 2024
1 parent 3ca8b40 commit d2128b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace BootstrapBlazor.Shared.Components.Samples.Table;
/// <summary>
/// 选择行示例代码
/// </summary>
[JSModuleAutoLoader("./_content/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.js", AutoInvokeInit = false, AutoInvokeDispose = false)]
[JSModuleAutoLoader("/_content/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.js", AutoInvokeInit = false, AutoInvokeDispose = false)]
public partial class TablesSelection
{
/// <summary>
Expand Down

0 comments on commit d2128b7

Please sign in to comment.