docs: clarify how transitions are configured globally (#27679)

This commit is contained in:
Idorenyin Udoh 2024-06-18 13:50:11 +01:00 committed by GitHub
parent 7d942f1b5b
commit f365a2783c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,7 +392,7 @@ The page now applies the `slide-left` transition when going to the next id and `
## Transition with NuxtPage
When `<NuxtPage />` is used in `app.vue`, transition-props can be passed directly as a component props to activate global transition.
When `<NuxtPage />` is used in `app.vue`, transitions can be configured with the `transition` prop to activate transitions globally.
```vue [app.vue]
<template>