What is new in Vue 3
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Vue 3 Teleport

In this lesson, you'll learn how to use the new Vue 3 feature, teleport. Teleport allows us to move an element from one place to another, which is needed for some user interfaces. Teleport is especially handy when you're working with modals, dropdowns, or notification elements where their order in the DOM is important.