From 71c1a681271ac4d0f6d3d6d6651d188417d34a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= <48835293+DamianGlowala@users.noreply.github.com> Date: Wed, 19 Oct 2022 23:32:49 +0200 Subject: [PATCH] docs: add missing opening `` tag in a code sample Resolves https://github.com/nuxt/framework/issues/8348 --- docs/content/1.getting-started/5.transitions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/1.getting-started/5.transitions.md b/docs/content/1.getting-started/5.transitions.md index e16fded642e..e2a46d402f1 100644 --- a/docs/content/1.getting-started/5.transitions.md +++ b/docs/content/1.getting-started/5.transitions.md @@ -371,6 +371,7 @@ When `` is used in `app.vue`, transition-props can be passed directl ```vue [app.vue]