fix .NET MAUI integration
This commit is contained in:
@ -11,7 +11,7 @@ else
|
||||
}
|
||||
|
||||
@code {
|
||||
Type ComponentType = Type.GetType("Oqtane.App, Oqtane.Client");
|
||||
Type ComponentType = Type.GetType("Oqtane.Routes, Oqtane.Client");
|
||||
private IDictionary<string, object> Parameters { get; set; }
|
||||
private string message = "";
|
||||
|
||||
|
Reference in New Issue
Block a user