This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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.