Skip to content

Commit 7a84864

Browse files
committed
doc: 更新文档
1 parent 952450f commit 7a84864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public partial class FullScreenButton
1414
/// 获得/设置 退出全屏图标 默认 fa-solid fa-maximize
1515
/// </summary>
1616
[Parameter]
17-
[Obsolete("已启用,请使用 Icon 参数 Please use Icon parameter")]
17+
[Obsolete("已弃用,请使用 Icon 参数;Deprecated. Please use Icon parameter")]
1818
[ExcludeFromCodeCoverage]
1919
public string? FullScreenIcon { get => FullScreenExitIcon; set => FullScreenExitIcon = value; }
2020

0 commit comments

Comments
 (0)