'What is the Vue 3 equivalent of Vue 2's __vue__?

I see there's __vueParentComponent but I have to now say __vueParentComponent.props.x instead of __vue__.x. Also I can't see how I can access my custom variables (against the component instance) created in the beforeCreate method.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source