You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/hooks.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For more information on how to work with hooks, see the [Nuxt documentation](htt
10
10
| ---------- | --------- | ----------- |
11
11
|`api-party:extend`|`options`| Called during module initialization after the options have been resolved. Can be used to modify the endpoint configuration. |
12
12
13
-
## Usage
13
+
###Usage
14
14
15
15
To use hooks, define them in the `hooks` property of your `nuxt.config.ts` file. The following example demonstrates how to use the `api-party:extend` hook:
0 commit comments