Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime): Addressed issue with $parent chain when using expose() #4048

Merged

Conversation

DV8FromTheWorld
Copy link
Contributor

The instances provided by $parent and $root when dealing with a $parent or $root that used the 'expose(...)' function do not not return the ExposeProxy, thus no Vue public $ getters are accessible on these objects.

This PR returns that functionality.

The instances provided by $parent and $root when dealing with a $parent or $root that used the 'expose(...)' function would not return the ExposeProxy, thus no Vue public $ getters were accessible.
@yyx990803 yyx990803 merged commit 12cf9f4 into vuejs:master Jul 2, 2021
@DV8FromTheWorld DV8FromTheWorld deleted the fix/parent-chain-when-using-expose branch July 2, 2021 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants