docs(api): fix the layout file extension in cli example (#7024)

This commit is contained in:
4Kazelot 2022-08-29 11:35:55 +02:00 committed by GitHub
parent 5a8c60b9f0
commit b386d4618c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ npx nuxi add composable foo
Example:
```bash
# Generates `layouts/custom.ts`
# Generates `layouts/custom.vue`
npx nuxi add layout custom
```