Skip to content

Commit 0636057

Browse files
committed
doc: 更新示例
1 parent eda37d2 commit 0636057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<DemoBlock Title="@Localizer["ProgressDisplayValueTitle"]"
3030
Introduction="@Localizer["ProgressDisplayValueIntro"]"
3131
Name="DisplayValue">
32-
<BootstrapBlazor.Components.Progress Value="25" IsShowValue="true"></BootstrapBlazor.Components.Progress>
32+
<BootstrapBlazor.Components.Progress Value="25.5" IsShowValue="true"></BootstrapBlazor.Components.Progress>
3333
</DemoBlock>
3434

3535
<DemoBlock Title="@Localizer["ProgressHeightTitle"]"

0 commit comments

Comments
 (0)