Skip to content

Commit cce1f43

Browse files
committed
doc: 更新文档
1 parent 347853c commit cce1f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public partial class Tab : IHandlerException
5757
private List<TabItem> TabItems => _dragged ? _draggedItems : _items;
5858

5959
/// <summary>
60-
/// 获得/设置 是否为排除地址 默认为 false
60+
/// 获得/设置 是否为排除地址 默认 false
6161
/// </summary>
6262
private bool Excluded { get; set; }
6363

6464
/// <summary>
65-
/// 获得/设置 是否为卡片样式
65+
/// 获得/设置 是否为卡片样式 默认 false
6666
/// </summary>
6767
[Parameter]
6868
public bool IsCard { get; set; }

0 commit comments

Comments
 (0)