From 787e517329ef38a9c9a7e1c5839847570e038222 Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Thu, 14 Apr 2022 20:36:34 +0100 Subject: [PATCH] docs: self-close dynamic `component` for consistency --- src/guide/built-ins/keep-alive.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/guide/built-ins/keep-alive.md b/src/guide/built-ins/keep-alive.md index e9017d6629..b307bad108 100644 --- a/src/guide/built-ins/keep-alive.md +++ b/src/guide/built-ins/keep-alive.md @@ -57,17 +57,17 @@ By default, `` will cache any component instance inside. We can custo ```vue-html - + - + - + ```