hello-shop/src/HelloShop.HybridApp/Components/Routes.razor
2025-05-14 22:19:22 +08:00

7 lines
366 B
Plaintext

<Router AppAssembly="@typeof(MauiProgram).Assembly" AdditionalAssemblies="[typeof(HelloShop.AppShared._Imports).Assembly]">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(HelloShop.AppShared.Components.Layout.MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
</Router>