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-dom): revert ac74e1d #6773

Closed
wants to merge 2 commits into from
Closed

Conversation

godxiaoji
Copy link
Contributor

fix #6564 .

It was originally to solve #4182 . But this problem has occurred once in Vue 2.x. See: vuejs/vue#8346 . Finally, it is resolved by revert for the following reasons:

the condition is no longer necessary after reverting back to microtask only nextTick implementation

@sxzz sxzz requested a review from yyx990803 June 12, 2023 20:53
@sodatea sodatea added 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v-model labels May 29, 2024
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.8 kB (-31 B) 34.5 kB (-20 B) 31.1 kB (-6 B)
vue.global.prod.js 148 kB (-31 B) 53.7 kB (-16 B) 48 kB (+9 B)

Usages

Name Size Gzip Brotli
createApp 50.8 kB 19.9 kB 18.1 kB
createSSRApp 54.1 kB 21.2 kB 19.3 kB
defineCustomElement 53.1 kB 20.6 kB 18.8 kB
overall 64.6 kB 24.9 kB 22.6 kB

@yyx990803 yyx990803 closed this in a52a02f May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v-model
Projects
Status: Rejected
Development

Successfully merging this pull request may close these issues.

v-model.lazy is not updating the value of an input when it has a focus
2 participants