diff --git a/src/v2/cookbook/client-side-storage.md b/src/v2/cookbook/client-side-storage.md index 40296e4273..ffeb70fb77 100644 --- a/src/v2/cookbook/client-side-storage.md +++ b/src/v2/cookbook/client-side-storage.md @@ -56,9 +56,7 @@ And then finally, an example in Microsoft Edge. Note that you can find applicati ![Storage devtools in Edge](/images/devtools-storage-edge.png) -

-As a quick aside, these dev tools also offer you a way to remove storage values. This can be very useful when testing. -

+

As a quick aside, these dev tools also offer you a way to remove storage values. This can be very useful when testing.

Immediately writing the value may not advisable. Let's consider a slightly more advanced example. First, the updated form. @@ -175,4 +173,4 @@ While the Local Storage API is relatively simple, it is missing some basic featu ## Wrapping Up -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. \ No newline at end of file +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.