@nuxt/docs-nightly 4.3.0-29473885.5385d4a8 → 4.3.0-29474543.8aaf9d5a
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.
- package/4.api/6.nuxt-config.md +2 -2
- package/package.json +1 -1
package/4.api/6.nuxt-config.md
CHANGED
|
@@ -210,7 +210,7 @@ Default values for layout transitions.
|
|
|
210
210
|
|
|
211
211
|
This can be overridden with `definePageMeta` on an individual page. Only JSON-serializable values are allowed.
|
|
212
212
|
|
|
213
|
-
- **Type**: `boolean`
|
|
213
|
+
- **Type**: `boolean | TransitionProps`
|
|
214
214
|
- **Default:** `false`
|
|
215
215
|
|
|
216
216
|
**See**: [Vue Transition docs](https://vuejs.org/api/built-in-components#transition)
|
|
@@ -221,7 +221,7 @@ Default values for page transitions.
|
|
|
221
221
|
|
|
222
222
|
This can be overridden with `definePageMeta` on an individual page. Only JSON-serializable values are allowed.
|
|
223
223
|
|
|
224
|
-
- **Type**: `boolean`
|
|
224
|
+
- **Type**: `boolean | TransitionProps`
|
|
225
225
|
- **Default:** `false`
|
|
226
226
|
|
|
227
227
|
**See**: [Vue Transition docs](https://vuejs.org/api/built-in-components#transition)
|