@nuxt/docs-nightly 4.1.0-29270437.1111111f → 4.1.0-29271711.8c821f12
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.
|
@@ -337,7 +337,7 @@ You may define a path matcher, if you have a more complex pattern than can be ex
|
|
|
337
337
|
|
|
338
338
|
#### `props`
|
|
339
339
|
|
|
340
|
-
Allows accessing the route `params` as props passed to the page component. See[the `vue-router` docs](https://router.vuejs.org/guide/essentials/passing-props) for more information.
|
|
340
|
+
Allows accessing the route `params` as props passed to the page component. See [the `vue-router` docs](https://router.vuejs.org/guide/essentials/passing-props) for more information.
|
|
341
341
|
|
|
342
342
|
### Typing Custom Metadata
|
|
343
343
|
|