From f365a2783c11a7f8a8800d133f25293bc7df6331 Mon Sep 17 00:00:00 2001 From: Idorenyin Udoh Date: Tue, 18 Jun 2024 13:50:11 +0100 Subject: [PATCH 1/6] docs: clarify how transitions are configured globally (#27679) --- docs/1.getting-started/5.transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/5.transitions.md b/docs/1.getting-started/5.transitions.md index 6123b647896b..3a69917e2751 100644 --- a/docs/1.getting-started/5.transitions.md +++ b/docs/1.getting-started/5.transitions.md @@ -392,7 +392,7 @@ The page now applies the `slide-left` transition when going to the next id and ` ## Transition with NuxtPage -When `` is used in `app.vue`, transition-props can be passed directly as a component props to activate global transition. +When `` is used in `app.vue`, transitions can be configured with the `transition` prop to activate transitions globally. ```vue [app.vue]