Skip to content

Commit 7afab2d

Browse files
committed
refactor: 精简代码
1 parent 433ea4a commit 7afab2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/FlipClock/FlipClock.razor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public partial class FlipClock
1515
/// 获得/设置 是否显示 Day 默认 false
1616
/// </summary>
1717
[Parameter]
18-
public bool ShowDay { get; set; } = false;
18+
public bool ShowDay { get; set; }
19+
1920
/// <summary>
2021
/// 获得/设置 是否显示 Hour 默认 true
2122
/// </summary>

0 commit comments

Comments
 (0)