mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
examples: fix typo (#5651)
This commit is contained in:
parent
821679a884
commit
86c7fe8841
@ -14,7 +14,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
Hello {{ $store.state.authUser.username }}!
|
Hello {{ $store.state.authUser.username }}!
|
||||||
<pre>I am the secret content, I am shown only when the use is connected.</pre>
|
<pre>I am the secret content, I am shown only when the user is connected.</pre>
|
||||||
<p><i>You can also refresh this page, you'll still be connected!</i></p>
|
<p><i>You can also refresh this page, you'll still be connected!</i></p>
|
||||||
<button @click="logout">
|
<button @click="logout">
|
||||||
Logout
|
Logout
|
||||||
|
Loading…
Reference in New Issue
Block a user