From b386d4618cbf3c15969e03904e176bd5f5651f8c Mon Sep 17 00:00:00 2001 From: 4Kazelot <4Kazelot@gmail.com> Date: Mon, 29 Aug 2022 11:35:55 +0200 Subject: [PATCH] docs(api): fix the layout file extension in cli example (#7024) --- 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 28bc166433..b606f1e2e3 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 ```