mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
examples: fix typo (#5651)
This commit is contained in:
parent
821679a884
commit
86c7fe8841
@ -14,7 +14,7 @@
|
||||
</form>
|
||||
<div v-else>
|
||||
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>
|
||||
<button @click="logout">
|
||||
Logout
|
||||
|
Loading…
Reference in New Issue
Block a user