Update src/routes/docs/tutorials/nuxt/step-2/+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:21 -05:00
committed by GitHub
parent 22f1e9b16e
commit c1747da7c4

View File

@@ -97,7 +97,7 @@ export default {
# Add home page {% #add-home-page %}
Next, head over to the `pages`directory.
Next, head over to the `pages` directory.
This is where we will keep the content that will render on our pages in the web application.
Each file you put in here will automatically become a route.
Add the file `index.vue` with the following code.