mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
Update src/routes/docs/tutorials/nuxt/step-5/+page.markdoc
Co-authored-by: Thomas G. Lopes <26071571+TGlide@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c1747da7c4
commit
10bbef26d2
@@ -16,7 +16,6 @@ From the `components` directory, create the file `navbar.vue` and add the code b
|
||||
```vue
|
||||
<!-- components/navbar.vue -->
|
||||
<script setup>
|
||||
// Access user composable function
|
||||
const user = useUserSession();
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user