Skip to content

Commit 3d1fdd8

Browse files
Alex-Sokolovchrisvfritz
authored andcommitted
Update client-side-storage.md (#1640)
1 parent 44d73a1 commit 3d1fdd8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/v2/cookbook/client-side-storage.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ And then finally, an example in Microsoft Edge. Note that you can find applicati
5656

5757
![Storage devtools in Edge](/images/devtools-storage-edge.png)
5858

59-
<p class="tip">
60-
As a quick aside, these dev tools also offer you a way to remove storage values. This can be very useful when testing.
61-
</p>
59+
<p class="tip">As a quick aside, these dev tools also offer you a way to remove storage values. This can be very useful when testing.</p>
6260

6361
Immediately writing the value may not advisable. Let's consider a slightly more advanced example. First, the updated form.
6462

@@ -175,4 +173,4 @@ While the Local Storage API is relatively simple, it is missing some basic featu
175173

176174
## Wrapping Up
177175

178-
While the browser will never replace a server persistence system, having multiple ways to cache data locally can be a huge performance boost for your application, and working with it in Vue.js makes it even more powerful.
176+
While the browser will never replace a server persistence system, having multiple ways to cache data locally can be a huge performance boost for your application, and working with it in Vue.js makes it even more powerful.

0 commit comments

Comments
 (0)