Skip to content

Commit b1c8640

Browse files
committed
Revert "Update src/routes/docs/tutorials/nuxt/step-7/+page.markdoc"
This reverts commit f58e0e2.
1 parent f58e0e2 commit b1c8640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/docs/tutorials/nuxt/step-7/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ From the `components` directory, add the file `ÌdeasForm.vue` and add the follo
8888

8989
Next, add the component to the page `pages/index.vue` by auto-importing it in the `<template>`tag.
9090
In doing that, we need to take a moment to think of how we want to display the form to our.
91-
Since it should only be shown to a logged in user, we need to wrap it in a `<section>` that renders conditionally when the `isLoggedIn` reference in the `useUserSession` is true.
91+
Since it should only be shown to logged in user, we need to wrap it in a `<section>`that renders conditionally when the `isLoggedIn` reference in the `useUserSession` is true.
9292
If the requirement is not met, we show a paragraph with some information to the user instead.
9393

9494
Add the following code to the `index.vue`page to conditionally render the form and information paragraph.

0 commit comments

Comments
 (0)