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-core): in operator returning false for built-in instance properties in exposeProxy (fix #6137) #6138

Merged
merged 4 commits into from Oct 26, 2022

Commits on Jun 18, 2022

  1. fix(runtime-core): in operator returning false for built-in insta…

    …nce properties in `exposeProxy`
    
    `exposeProxy` implements a fallback logic for accessing built-in instance properties but was missing the same logic for the `in` operator in the Proxy's `has()` handler.
    
    fix vuejs#6137
    DrJume committed Jun 18, 2022
    Copy the full SHA
    eda083e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c2a6176 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Copy the full SHA
    7f49803 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f65a677 View commit details
    Browse the repository at this point in the history