Skip to content

Commit 9de0652

Browse files
committed
refactor: update initial value of update and reload
1 parent 3b9864b commit 9de0652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ <h3 class="font-bold font-mono">Storing to Local Storage:</h3>
12681268
/>
12691269
<h2
12701270
class="ml-3 mt-2 text-lg font-medium font-mono"
1271-
:text="$storedValue"
1271+
:text="$storedValue || 'Update and Reload'"
12721272
>
12731273
Loading...
12741274
</h2>

0 commit comments

Comments
 (0)