Skip to content

Commit a733369

Browse files
docs: add the CodePen for the final example in transitions-enterleave.md (#585)
1 parent aecf620 commit a733369

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/guide/transitions-enterleave.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,9 @@ Vue.createApp(Demo).mount('#demo')
590590
}
591591
```
592592

593-
<!-- TODO: codepen -->
593+
<p class="codepen" data-height="300" data-theme-id="39028" data-default-tab="html,result" data-user="Vue" data-slug-hash="WNwVxZw" data-preview="true" data-editable="true" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Transitioning between components">
594+
<span>See the Pen <a href="https://codepen.io/team/Vue/pen/WNwVxZw">
595+
Transitioning between components</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>)
596+
on <a href="https://codepen.io">CodePen</a>.</span>
597+
</p>
598+
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

0 commit comments

Comments
 (0)