YaeBlog/YaeBlog.Theme.FluentUI/Routes.razor

6 lines
187 B
Plaintext
Raw Normal View History

2024-01-20 17:10:32 +08:00
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)"/>
</Found>
</Router>