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(reactivity): unref supports nested refs #10240

Closed
wants to merge 4 commits into from

Conversation

yangxiuxiu1115
Copy link
Contributor

fix #10239

Copy link

github-actions bot commented Jan 30, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.2 kB (+4 B) 34.4 kB (+4 B) 31 kB (+19 B)
vue.global.prod.js 147 kB (+4 B) 53.6 kB (+4 B) 47.9 kB (+59 B)

Usages

Name Size Gzip Brotli
createApp 50.3 kB 19.7 kB 18 kB
createSSRApp 53.7 kB 21 kB 19.1 kB
defineCustomElement 52.6 kB 20.4 kB 18.6 kB
overall 64 kB 24.8 kB 22.5 kB

@skirtles-code
Copy link
Contributor

The linked issue has been closed.

If you still think this change is worth pursuing then you may need to explain why. I also suggest adding a test.

@sxzz sxzz added need more info Further information is requested need test The PR has missing test cases. labels Feb 11, 2024
@yangxiuxiu1115 yangxiuxiu1115 deleted the fix/ref branch February 21, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info Further information is requested need test The PR has missing test cases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default value of defineModel is not handled as a local ref
3 participants