We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0236e1e commit 262f535Copy full SHA for 262f535
src/Components/test/testassets/ComponentsApp.App/App.razor
@@ -1,6 +1,6 @@
1
@using Microsoft.AspNetCore.Components;
2
<CascadingValue Value="Name" Name="Name" IsFixed=true>
3
- <Router AppAssembly=typeof(ComponentsApp.App.App).Assembly>
+ <Router AppAssembly="@typeof(ComponentsApp.App.App).Assembly">
4
<Found Context="routeData">
5
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
6
</Found>
0 commit comments