Components non-direct children of Teleport do not trigger `vnode-unmounted`
Version
3.0.11
Reproduction link
Steps to reproduce
Place a component with a onUnmounted hook and / or vnode-unmounted event inside a node inside a teleport component.
What is expected?
When the component is unmounted, hook and / or event must be triggered
What is actually happening?
Nothings
I'm not sure this is a bug or by design: only direct-children (e.g. the div that is wrapping Comp
) trigger the hook