Skip to content

Commit 846b7b1

Browse files
committed
doc: 更新示例
1 parent 1b30fc9 commit 846b7b1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tabs.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ private void Navigation()
437437
</DemoBlock>
438438

439439
<DemoBlock Title="@Localizer["TabsChromeStyleTitle"]" Introduction="@Localizer["TabsChromeStyleIntro"]" Name="Chrome">
440-
<Tab IsCard="true" ShowClose="true" TabStyle="TabStyle.Chrome" AllowDrag="true" ShowToolbar="true">
440+
<Tab IsCard="true" ShowClose="true" TabStyle="TabStyle.Chrome" AllowDrag="true" ShowToolbar="true" ShowExtendButtons="true">
441441
<TabItem Text="@Localizer["TabItem1Text"]" Icon="fa-solid fa-user">
442442
<div>@Localizer["TabItem1Content"]</div>
443443
</TabItem>

0 commit comments

Comments
 (0)