We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const obj = { a: ref(1) }; const data = proxyRefs(obj); console.log(Object.keys(data)); // The output will contain the "composition-api.refKey" attribute console.log({ ...data });
The text was updated successfully, but these errors were encountered:
fix: When using proxyRefs, the internal variable composition-api.refK…
0614e82
…ey is exposed on the object itself vuejs#817
fix(proxyRefs): When using proxyRefs, the internal variable compositi…
92b7eb1
…on-api.refKey is exposed on the object itself #817 (#818) Co-authored-by: neiyichao03 <nieyichao03@kuaishou.com>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: