diff --git a/demo/src/App.svelte b/demo/src/App.svelte index b82424e..73e1303 100644 --- a/demo/src/App.svelte +++ b/demo/src/App.svelte @@ -10,7 +10,7 @@ let showNavTooltip = $state(false); - // Show toolti
{ const timer = setTimeout(() => { showNavTooltip = true; diff --git a/demo/src/lib/views/hash-routing/HashRoutingView.svelte b/demo/src/lib/views/hash-routing/HashRoutingView.svelte index 032178f..733f4c5 100644 --- a/demo/src/lib/views/hash-routing/HashRoutingView.svelte +++ b/demo/src/lib/views/hash-routing/HashRoutingView.svelte @@ -300,7 +300,7 @@ Parsed routes:
{key}: {value || '(empty)'}{key}: {value || '(empty)'}location.url.hash is reactive and updates automaticallylocation.hashPaths provides parsed hash routeslocation.url.hash reactive updates automaticallylocation.hashPaths reactive provides parsed hash routes$derived() creates reactive computed values- Click the "Demo" link in the navigation above to see path routing in action! + Click the "Start Demo" link in the navigation above to see path routing in action! Watch how the URL changes as you navigate between different sections.