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(defineModel): correct update with multiple changes in same tick #11430

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

jh-leong
Copy link
Member

close #11429

Copy link

github-actions bot commented Jul 24, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90 kB (+24 B) 34.5 kB (+17 B) 31.1 kB (+54 B)
vue.global.prod.js 147 kB (+24 B) 54 kB (+10 B) 48.1 kB (+1 B)

Usages

Name Size Gzip Brotli
createApp 49.8 kB 19.5 kB 17.8 kB
createSSRApp 53.3 kB 21 kB 19.1 kB
defineCustomElement 52 kB 20.3 kB 18.5 kB
overall 63.3 kB 24.5 kB 22.3 kB

@LinusBorg LinusBorg added 🐞 bug Something isn't working ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. labels Jul 24, 2024
@yyx990803 yyx990803 merged commit a18f1ec into vuejs:main Jul 24, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v-model value is not updated correctly, when changing the value multiple times in the child component
3 participants