Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

What is new in Vue 3

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.