Skip to content

Commit 88247e4

Browse files
committed
refactor: 代码格式化
1 parent 83a819f commit 88247e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BootstrapBlazor/Components/HtmlTag/Link.razor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public partial class Link
2020
/// 获得/设置 Rel 属性值, 默认 stylesheet
2121
/// </summary>
2222
[Parameter]
23-
[EditorRequired]
24-
public string? Rel { get; set; }= "stylesheet";
23+
public string? Rel { get; set; } = "stylesheet";
2524

2625
/// <summary>
2726
/// 获得/设置 版本号 默认 null 自动生成

0 commit comments

Comments
 (0)