Skip to content

Commit 3341528

Browse files
rahaugbencodezen
andauthored
docs: add Vue 3 video lessons (#490)
Co-authored-by: Ben Hong <ben@bencodezen.io>
1 parent dec96b3 commit 3341528

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/guide/component-custom-events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For these reasons, we recommend you **always use kebab-case for event names**.
2323

2424
## Defining Custom Events
2525

26+
<div class="vueschool"><a href="https://vueschool.io/lessons/defining-custom-events-emits?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to define which events a component can emit with Vue School">Learn how to define emitted events with a free lesson on Vue School</a></div>
27+
2628
Emitted events can be defined on the component via the `emits` option.
2729

2830
```js

src/guide/teleport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Teleport
22

3-
[Watch a free video about Teleport on Vue Mastery](https://www.vuemastery.com/courses/vue-3-essentials/teleport)
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>
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

0 commit comments

Comments
 (0)