Skip to content

Commit 5225bb9

Browse files
committed
refactor: 更改为私有属性
1 parent bfb6cc7 commit 5225bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Console/Console.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public partial class Console
150150
/// <summary>
151151
/// 获得 是否显示 Footer
152152
/// </summary>
153-
protected bool ShowFooter => OnClear != null || ShowAutoScroll || FooterTemplate != null;
153+
private bool ShowFooter => OnClear != null || ShowAutoScroll || FooterTemplate != null;
154154

155155
[Inject]
156156
[NotNull]

0 commit comments

Comments
 (0)