@nuxt/docs-nightly 4.0.3-29239632.d75e8551 → 4.0.4-29239719.c09da8cf
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -68,7 +68,7 @@ In Nuxt, there are three types of middleware:
|
|
|
68
68
|
- **Named route middleware**
|
|
69
69
|
- **Anonymous (or inline) route middleware**
|
|
70
70
|
|
|
71
|
-
Nuxt
|
|
71
|
+
Nuxt executes all global middleware on the initial page load (both on server and client) and then again before any client-side navigation. Named and anonymous middleware are executed only on the routes specified in the middleware property of the page(route) meta defined in the corresponding page components.
|
|
72
72
|
|
|
73
73
|
For details about each type and examples, see the [Middleware documentation](/docs/guide/directory-structure/middleware).
|
|
74
74
|
|