mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: reword local module info (#23557)
This commit is contained in:
parent
037d74ec75
commit
5514bcd069
@ -48,7 +48,7 @@ export default defineEventHandler(() => {
|
|||||||
|
|
||||||
When starting Nuxt, the `hello` module will be registered and the `/api/hello` route will be available.
|
When starting Nuxt, the `hello` module will be registered and the `/api/hello` route will be available.
|
||||||
|
|
||||||
The local modules are registered by alphabetical order. You can change the order by prefixing with a number if front of each directory:
|
Local modules are registered in alphabetical order. You can change the order by adding a number to the front of each directory name:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
modules/
|
modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user