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. +
+