Skip to content

Commit c8f724b

Browse files
committed
doc: 增加组件注释
1 parent 347b54e commit c8f724b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Layout/Layout.razor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ public partial class Layout : IHandlerException
104104
public bool IsFullSide { get; set; }
105105

106106
/// <summary>
107-
/// 获得/设置 是否为正页面布局 默认为 false
107+
/// 获得/设置 是否为整页面布局 默认为 false
108108
/// </summary>
109+
/// <remarks>为真时增加 is-page 样式</remarks>
109110
[Parameter]
110111
public bool IsPage { get; set; }
111112

0 commit comments

Comments
 (0)