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:
Vincent (Wen Yu) Ge
2024-01-18 13:10:37 -05:00
committed by GitHub
parent c1747da7c4
commit 10bbef26d2

View File

@@ -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>