Skip to content

Commit 6453ae5

Browse files
Improve formatting of teleport.md (#674)
This switches a link to using VideoLesson, which should make it look a lot better. It also fixes a small punctuation typo.
1 parent 265b8b5 commit 6453ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/teleport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Teleport
22

3-
<div class="vueschool"><a href="https://vueschool.io/lessons/vue-3-teleport?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to use teleport with Vue School">Learn how to use teleport with a free lesson on Vue School</a></div>
3+
<VideoLesson href="https://vueschool.io/lessons/vue-3-teleport?friend=vuejs" title="Learn how to use teleport with Vue School">Learn how to use teleport with a free lesson on Vue School</VideoLesson>
44

55
Vue encourages us to build our UIs by encapsulating UI and related behavior into components. We can nest them inside one another to build a tree that makes up an application UI.
66

@@ -140,4 +140,4 @@ A common use case scenario would be a reusable `<Modal>` component of which ther
140140
</div>
141141
```
142142

143-
You can check `<teleport>` component options in the [API reference](../api/built-in-components.html#teleport)
143+
You can check `<teleport>` component options in the [API reference](../api/built-in-components.html#teleport).

0 commit comments

Comments
 (0)