Prop | Default | Type |
---|---|---|
defer | boolean Defer the resolving of a Teleport target until other parts of the application have mounted (requires Vue 3.5.0+) | |
disabled | boolean Disable teleport and render the component inline | |
forceMount | boolean Used to force mounting when more control is needed. Useful when controlling animation with Vue animation libraries. | |
to | string | HTMLElement Vue native teleport component prop |