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

[107、108页] 示例代码 new Proxy 中应该是 obj,而不是 objm #14

Open
fengnzl opened this issue Feb 20, 2022 · 1 comment
Open

Comments

@fengnzl
Copy link

fengnzl commented Feb 20, 2022

function reactive(obj) {
  return new Proxy(obj, {
     // ...
  })
}
@HcySunYang
Copy link
Owner

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants