mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): fix Nuxt doc typo (#5899)
This commit is contained in:
parent
c627ea6080
commit
46e2375975
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ Since Nuxt pages will be hydrated and become a single-page application (SPA) aft
|
|||
|
||||
<Step title="Display user information">
|
||||
|
||||
To display the user's information, you can use the `useLogtoUser()` composable, which is availble on both server and client side:
|
||||
To display the user's information, you can use the `useLogtoUser()` composable, which is available on both server and client side:
|
||||
|
||||
```html
|
||||
<script setup lang="ts">
|
||||
|
|
Loading…
Add table
Reference in a new issue