From 16ad1417cfc92ff5656067274b8cb555dad61d98 Mon Sep 17 00:00:00 2001 From: Joshua McQuistan Date: Sat, 4 Nov 2023 13:33:02 +0000 Subject: [PATCH] Add link to open new window for use_storage example --- examples/use_storage/src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/use_storage/src/main.rs b/examples/use_storage/src/main.rs index 36abca4..c1a98fa 100644 --- a/examples/use_storage/src/main.rs +++ b/examples/use_storage/src/main.rs @@ -71,7 +71,9 @@ fn Demo() -> impl IntoView {
{move || format!("{:#?}", state2.get())}
- "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 " + "open a second window" + ", the values will be the same." } }