diff --git a/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor index b8f3cb9c85e..ae50354f8e8 100644 --- a/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor +++ b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor @@ -30,7 +30,7 @@
- + @Body @@ -42,7 +42,7 @@

         
- +

交流群

diff --git a/src/BootstrapBlazor/Components/Layout/Layout.razor.cs b/src/BootstrapBlazor/Components/Layout/Layout.razor.cs index 68a32bb4e42..c268d624814 100644 --- a/src/BootstrapBlazor/Components/Layout/Layout.razor.cs +++ b/src/BootstrapBlazor/Components/Layout/Layout.razor.cs @@ -262,7 +262,7 @@ public partial class Layout : IHandlerException, ITabHeader public Func? OnCollapsed { get; set; } /// - /// 获得/设置 默认标签页 关闭所以标签页时自动打开此地址 默认 null 未设置 + /// 获得/设置 默认标签页 关闭所有标签页时自动打开此地址 默认 null 未设置 /// [Parameter] public string TabDefaultUrl { get; set; } = "";