Skip to content

Commit b3d2c4f

Browse files
committed
refactor: 代码重构
1 parent e1f8fff commit b3d2c4f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/BootstrapBlazor.DockView/Components/DockViewV2.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ public partial class DockViewV2
1616
/// 获得/设置 DockView 名称 默认 null 用于本地存储识别
1717
/// </summary>
1818
[Parameter]
19-
#if NET6_0_OR_GREATER
2019
[EditorRequired]
21-
#endif
2220
[NotNull]
2321
public string? Name { get; set; }
2422

0 commit comments

Comments
 (0)