Skip to content

Commit 57e1240

Browse files
committed
refactor: 增加忽略标签防止报错
1 parent 20a1c74 commit 57e1240

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public partial class DockViewComponent
147147
/// <para lang="en">Gets or sets the click callback for the leading title icon. Default is null</para>
148148
/// </summary>
149149
[Parameter]
150+
[JsonIgnore]
150151
public Func<Task>? OnClickTitleBarCallback { get; set; }
151152

152153
[CascadingParameter]

0 commit comments

Comments
 (0)