Teleport in VueJS
· ☕ 3 min read
Teleport is a new feature introduced in Vue 3. Teleport provides better control to developers on where exactly an element is rendered.
Get Teleporting Let us create a new Vue 3 app to start playing around with teleport. We will use Vite, because it is 2021.
1 npm init @vitejs/app Provide a project name (teleport) and select vue as the template.