Skip to content

Commit 6281ce3

Browse files
committed
doc: 增加默认焦点设置
1 parent 36d17b2 commit 6281ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Router AppAssembly="@typeof(Program).Assembly">
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4+
<FocusOnNavigate RouteData="routeData" Selector="h3" />
45
</Found>
56
</Router>

0 commit comments

Comments
 (0)