Skip to content

Commit 107ff0c

Browse files
committed
doc: 更新文档
1 parent 373f5c7 commit 107ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public partial class Tab
432432
public ITabHeader? TabHeader { get; set; }
433433

434434
/// <summary>
435-
/// 获得/设置 是否开启全局异常捕获 默认 null 读取配置文件 EnableErrorLogger 值
435+
/// 获得/设置 是否开启全局异常捕获 默认 null 读取配置文件 <see cref="BootstrapBlazorOptions.EnableErrorLogger"/>
436436
/// </summary>
437437
[Parameter]
438438
public bool? EnableErrorLogger { get; set; }

0 commit comments

Comments
 (0)