mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: fix typo in modules directory example (#21014)
This commit is contained in:
parent
fd30cc1e89
commit
1f0d64c128
@ -41,7 +41,7 @@ export default defineNuxtModule({
|
|||||||
```ts [modules/hello/runtime/api-route.ts]
|
```ts [modules/hello/runtime/api-route.ts]
|
||||||
export default defineEventHandler(() => {
|
export default defineEventHandler(() => {
|
||||||
return { hello: 'world' }
|
return { hello: 'world' }
|
||||||
}
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user