From ace13ad4e63b3c22a9cea7952528c69b9a40993c Mon Sep 17 00:00:00 2001
From: Lov`u`e <105651386+heappynd@users.noreply.github.com>
Date: Tue, 20 Sep 2022 22:15:37 +0800
Subject: [PATCH] docs: fix layouts error
---
docs/content/1.getting-started/3.views.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/1.getting-started/3.views.md b/docs/content/1.getting-started/3.views.md
index 2673172ca07..ad1f82f7e9a 100644
--- a/docs/content/1.getting-started/3.views.md
+++ b/docs/content/1.getting-started/3.views.md
@@ -88,7 +88,7 @@ You will learn more about pages in the [Routing section](/getting-started/routin
![Layouts are wrapper around pages](/img/getting-started/views/layouts.svg)
-Layouts are wrappers around pages that contain a common User Interface for several pages, such as a header and footer display. Layouts are Vue files using `` components to display the **page** content. The `layout/default.vue` file will be used by default. Custom layouts can be set as part of your page metadata.
+Layouts are wrappers around pages that contain a common User Interface for several pages, such as a header and footer display. Layouts are Vue files using `` components to display the **page** content. The `layouts/default.vue` file will be used by default. Custom layouts can be set as part of your page metadata.
::alert
If you only have a single layout in your application, we recommend using app.vue with the [`` component](/api/components/nuxt-page) instead.