mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-05-14 23:24:46 +00:00
Add Godot scripting starting notes
This commit is contained in:
parent
8a74634625
commit
76550dfa3c
8 changed files with 243 additions and 16 deletions
|
@ -148,7 +148,7 @@ Project
|
|||
|
||||
```cs
|
||||
<Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
|
||||
<Found Context="routeData"> // for component routing
|
||||
<Found Context="routeData">
|
||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
||||
</Found>
|
||||
<NotFound>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue