From d3c37a285f8ab0128f9cbb8b5dd2f146da733db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= <48835293+DamianGlowala@users.noreply.github.com> Date: Thu, 20 Oct 2022 00:23:37 +0200 Subject: [PATCH] docs: add missing opening `` tag in a code sample (#8349) --- 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]