From 1e169905d3c7aaf806e4586996bb0efab0c00cee Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Sat, 3 Oct 2020 22:18:16 +0100 Subject: [PATCH] docs: add the CodePen for the final example in transitions-enterleave.md --- src/guide/transitions-enterleave.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/guide/transitions-enterleave.md b/src/guide/transitions-enterleave.md index 8d2ad970bd..0d0d73efd8 100644 --- a/src/guide/transitions-enterleave.md +++ b/src/guide/transitions-enterleave.md @@ -590,4 +590,9 @@ Vue.createApp(Demo).mount('#demo') } ``` - +

+ See the Pen + Transitioning between components by Vue (@Vue) + on CodePen. +

+