How to teleport only after the container is mounted in Vue 3?
Depending on the loading state, sometimes the <Teleport />
‘s target container will be mounted later than the content’s mounting, causing Vue error
[Vue warn]: Invalid Teleport target on mount: null
.