mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Add link to open new window for use_storage example
This commit is contained in:
parent
389b6e6811
commit
16ad1417cf
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ fn Demo() -> impl IntoView {
|
|||
<pre>{move || format!("{:#?}", state2.get())}</pre>
|
||||
|
||||
<Note>
|
||||
"The values are persistent. When you reload the page or open a second window, the values will be the same."
|
||||
"The values are persistent. When you reload the page or "
|
||||
<a href="#" target="_blank">"open a second window"</a>
|
||||
", the values will be the same."
|
||||
</Note>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue