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 36d17b2 commit 6281ce3Copy full SHA for 6281ce3
src/BootstrapBlazor.Server/Components/Routes.razor
@@ -1,5 +1,6 @@
1
<Router AppAssembly="@typeof(Program).Assembly">
2
<Found Context="routeData">
3
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4
+ <FocusOnNavigate RouteData="routeData" Selector="h3" />
5
</Found>
6
</Router>
0 commit comments