Skip to content

Commit 36be867

Browse files
committed
doc: 更新文档
1 parent ec882fd commit 36be867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/IntersectionObserver/IntersectionObserver.razor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ namespace BootstrapBlazor.Components;
1111
public partial class IntersectionObserver
1212
{
1313
/// <summary>
14-
/// The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target. Defaults to the browser viewport if value is false. Default value is false
14+
/// 获得/设置 是否使用元素视口作为根元素 默认为 false 使用浏览器视口作为根元素
15+
/// <para>The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target. Defaults to the browser viewport if value is false. Default value is false</para>
1516
/// </summary>
1617
[Parameter]
1718
public bool UseElementViewport { get; set; }

0 commit comments

Comments
 (0)