6 changed files with 21 additions and 21 deletions
@ -1,11 +1,12 @@
|
||||
|
||||
<Router AppAssembly="@typeof(Program).Assembly"> |
||||
<Found Context="routeData"> |
||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" /> |
||||
</Found> |
||||
<NotFound> |
||||
<LayoutView Layout="@typeof(MainLayout)"> |
||||
<p>Sorry, there's nothing at this address.</p> |
||||
</LayoutView> |
||||
</NotFound> |
||||
</Router> |
||||
<CascadingBlazoredModal DisableBackgroundCancel="true" HideCloseButton="true" HideHeader="true" Position="ModalPosition.Center"> |
||||
<Router AppAssembly="@typeof(Program).Assembly"> |
||||
<Found Context="routeData"> |
||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" /> |
||||
</Found> |
||||
<NotFound> |
||||
<LayoutView Layout="@typeof(MainLayout)"> |
||||
<p>Sorry, there's nothing at this address.</p> |
||||
</LayoutView> |
||||
</NotFound> |
||||
</Router> |
||||
</CascadingBlazoredModal> |
||||
|
Loading…
Reference in new issue