mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs(api): add spaces to avoid breaking mobile layout (#8967)
* docs(api): add spaces to avoid breaking mobile layout * Update docs/content/3.api/5.commands/add.md Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
ce7a55ecc2
commit
cb6b279a8a
@ -89,7 +89,7 @@ npx nuxi add middleware auth
|
||||
|
||||
## `nuxi add api`
|
||||
|
||||
* Modifier flags: `--method=connect|delete|get|head|options|patch|post|put|trace` or `--get`, `--post`, etc.
|
||||
* Modifier flags: `--method` (can accept `connect`, `delete`, `get`, `head`, `options`, `patch`, `post`, `put` or `trace`) or alternatively you can directly use `--get`, `--post`, etc.
|
||||
|
||||
Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user