From b0d807c6064b93cf0cf2a2c8392737368e13e040 Mon Sep 17 00:00:00 2001 From: 4Kazelot <4Kazelot@gmail.com> Date: Mon, 29 Aug 2022 11:26:49 +0200 Subject: [PATCH] docs: fix the layout file extension --- docs/content/3.api/5.commands/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/5.commands/add.md b/docs/content/3.api/5.commands/add.md index 28bc166433c..b606f1e2e3c 100644 --- a/docs/content/3.api/5.commands/add.md +++ b/docs/content/3.api/5.commands/add.md @@ -44,7 +44,7 @@ npx nuxi add composable foo Example: ```bash -# Generates `layouts/custom.ts` +# Generates `layouts/custom.vue` npx nuxi add layout custom ```