Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8ce8b81

Browse files
committed
删除了重写基类的代码
1 parent 687c71d commit 8ce8b81

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/TDesign/TDesignComponentBase.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ protected override void BuildAttributes(IDictionary<string, object> attributes)
3030
BuildPopupAttributes(attributes);
3131
}
3232

33-
public override void AddChildComponent(IBlazorComponent component)
34-
{
35-
base.AddChildComponent(component);
36-
StateHasChanged();
37-
}
3833

3934
//TODO 换成 Interceptor 实现
4035
/// <summary>

0 commit comments

Comments
 (0)