整理
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Specialized;
|
||||
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 面包屑
|
||||
@@ -238,6 +238,6 @@ public class BreadcrumbItem : Button
|
||||
{
|
||||
base.OnClick();
|
||||
|
||||
RaiseEvent(new RoutedPropertyChangedEventArgs<string>(null, Href) { RoutedEvent = NavigateEvent });
|
||||
RaiseEvent(new RoutedPropertyChangedEventArgs<string?>(null, Href) { RoutedEvent = NavigateEvent });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user