You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/teleport.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Teleport
2
2
3
-
<divclass="vueschool"><ahref="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
+
<VideoLessonhref="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>
4
4
5
5
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.
6
6
@@ -140,4 +140,4 @@ A common use case scenario would be a reusable `<Modal>` component of which ther
140
140
</div>
141
141
```
142
142
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