mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 10:01:41 -05:00
Update 26_extractors.md
This commit is contained in:
@@ -92,7 +92,10 @@ let app = Router::new()
|
|||||||
&app_state,
|
&app_state,
|
||||||
routes,
|
routes,
|
||||||
move || provide_context(connection_pool.clone()),
|
move || provide_context(connection_pool.clone()),
|
||||||
App,
|
{
|
||||||
|
let leptos_options = leptos_options.clone();
|
||||||
|
move || shell(leptos_options.clone())
|
||||||
|
},
|
||||||
)
|
)
|
||||||
// etc.
|
// etc.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user