Add link to open new window for use_storage example

This commit is contained in:
Joshua McQuistan 2023-11-04 13:33:02 +00:00
parent 389b6e6811
commit 16ad1417cf

View file

@ -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>
}
}