Skip to content

Commit 0c82946

Browse files
committed
doc: 更新注释文档
1 parent deaccd5 commit 0c82946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Button/PopConfirmButtonBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public abstract class PopConfirmButtonBase : ButtonBase
3535
public Placement Placement { get; set; }
3636

3737
/// <summary>
38-
/// 获得/设置 弹窗触发方式 默认 click
38+
/// 获得/设置 弹窗触发方式 默认 click 可设置 hover focus
3939
/// </summary>
4040
[Parameter]
4141
public string? Trigger { get; set; }

0 commit comments

Comments
 (0)