Skip to content

Commit 3ed2053

Browse files
committed
test: 更新示例
1 parent 89663b2 commit 3ed2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<div class="col-12 col-sm-6">
6969
<BootstrapInputGroupLabel @bind-Value="@Model2.Name" />
7070
<BootstrapInputGroup>
71-
<Display @bind-Value="@Model2.Name"></Display>
7271
<BootstrapInputGroupLabel DisplayText="Test" />
72+
<Display @bind-Value="@Model2.Name"></Display>
7373
</BootstrapInputGroup>
7474
</div>
7575
<div class="col-12 col-sm-6">

0 commit comments

Comments
 (0)