From ab3f8cb74ca44ef9842b779bddf1201309e115e5 Mon Sep 17 00:00:00 2001
From: HomWang <516310460@qq.com>
Date: Tue, 23 Aug 2022 10:12:03 +0800
Subject: [PATCH] Modify `pages/index.vue` and content
Add `tsx` and `template`, and change the content to `Welcome to nuxt3`
---
.../2.guide/3.directory-structure/10.pages.md | 27 ++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
diff --git a/docs/content/2.guide/3.directory-structure/10.pages.md b/docs/content/2.guide/3.directory-structure/10.pages.md
index 9bf36c07f39..09d1cfc147e 100644
--- a/docs/content/2.guide/3.directory-structure/10.pages.md
+++ b/docs/content/2.guide/3.directory-structure/10.pages.md
@@ -19,8 +19,27 @@ Pages are Vue components and can have the `.vue`, `.js`, `.jsx`, `.ts` or `.tsx`
::code-group
```vue [pages/index.vue]
+
- Index page
+