refactor: 移除 HeaderBase 未使用的 Navigation 实例
This commit is contained in:
parent
c9c32da5be
commit
8515419fed
src/admin/Bootstrap.Admin/Pages/Components
|
@ -46,12 +46,6 @@ namespace Bootstrap.Admin.Pages.Components
|
|||
[Parameter]
|
||||
public EventCallback<string> DisplayNameChanged { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获得 NavigationManager 实例
|
||||
/// </summary>
|
||||
[Inject]
|
||||
public NavigationManager? NavigationManager { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获得/设置 是否显示 Blazor MVC 切换图标
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue