We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c34fb8 commit 28e24b2Copy full SHA for 28e24b2
1 file changed
docs/app/content/docs/framework/routes.md
@@ -45,7 +45,7 @@ my_page = page(
45
| `path` | Yes | URL path for this route |
46
| `controller` | Yes | Controller class that handles data and actions |
47
| `screen` | Yes | Screen class that renders the page |
48
-| `mode` | No | `"document"`, `"hybrid"` (default), or `"spa"` |
+| `mode` | No | `"document"`, `"hybrid"` (default), or `"mount"` |
49
| `shell` | No | Override the app-level shell for this route |
50
| `css` | No | Route-specific CSS files |
51
| `modules` | No | JS import aliases: `{"alias": "path/to/module.js"}` |
0 commit comments