mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
fix header docs in router_resource
This commit is contained in:
parent
77b08f2330
commit
c094bf3ec3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Example: Updating components with use_resource
|
||||
//! -----------------
|
||||
//!
|
||||
//! This example shows how to use use_reactive to update a component properly
|
||||
//! This example shows how to use ReadOnlySignal to make props reactive
|
||||
//! when linking to it from the same component, when using use_resource
|
||||
|
||||
use dioxus::prelude::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue