Skip to content

Commit f5262b1

Browse files
committed
doc: 格式化文档
1 parent e0856e0 commit f5262b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
<p>@((MarkupString)Localizer["IntersectionObserverThresholdDesc"].Value)</p>
9393
<div class="text-center">@_thresholdValueString</div>
9494
</section>
95-
<IntersectionObserver OnIntersecting="OnThresholdChanged" Threshold="0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1" AutoUnobserveWhenIntersection="false">
95+
<IntersectionObserver OnIntersecting="OnThresholdChanged" Threshold="0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1"
96+
AutoUnobserveWhenIntersection="false">
9697
<div class="bb-list-load scroll" style="height: 200px;">
9798
<div class="d-flex" style="height: 600px; justify-content: center; align-items: center;">
9899
<IntersectionObserverItem>
@@ -118,8 +119,7 @@
118119
</div>
119120
}
120121
</div>
121-
<LoadMore OnLoadMoreAsync="OnLoadMoreItemAsync" CanLoading="_canLoading">
122-
</LoadMore>
122+
<LoadMore OnLoadMoreAsync="OnLoadMoreItemAsync" CanLoading="_canLoading"></LoadMore>
123123
</div>
124124
</DemoBlock>
125125

0 commit comments

Comments
 (0)