We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347853c commit cce1f43Copy full SHA for cce1f43
src/BootstrapBlazor/Components/Tab/Tab.razor.cs
@@ -57,12 +57,12 @@ public partial class Tab : IHandlerException
57
private List<TabItem> TabItems => _dragged ? _draggedItems : _items;
58
59
/// <summary>
60
- /// 获得/设置 是否为排除地址 默认为 false
+ /// 获得/设置 是否为排除地址 默认 false
61
/// </summary>
62
private bool Excluded { get; set; }
63
64
65
- /// 获得/设置 是否为卡片样式
+ /// 获得/设置 是否为卡片样式 默认 false
66
67
[Parameter]
68
public bool IsCard { get; set; }
0 commit comments