Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(reactivity): sync watch should be executed correctly #11589

Merged
merged 7 commits into from
Aug 13, 2024

Conversation

linzhe141
Copy link
Contributor

close #11577

Copy link

github-actions bot commented Aug 12, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 98.7 kB (-58 B) 37.4 kB (-16 B) 33.7 kB (+22 B)
vue.global.prod.js 156 kB (-58 B) 57.2 kB (-15 B) 50.8 kB (-58 B)

Usages

Name Size Gzip Brotli
createApp 54.1 kB (-58 B) 21 kB (-15 B) 19.1 kB (-10 B)
createSSRApp 58.1 kB (-58 B) 22.6 kB (-14 B) 20.6 kB (-48 B)
defineCustomElement 58.8 kB (-58 B) 22.5 kB (-13 B) 20.5 kB (-12 B)
overall 67.7 kB (-58 B) 26 kB (-15 B) 23.7 kB (-31 B)

@linzhe141 linzhe141 marked this pull request as draft August 12, 2024 03:23
@linzhe141 linzhe141 marked this pull request as ready for review August 12, 2024 06:22
@linzhe141 linzhe141 changed the title fix(reactivety): sync watch should be executed correctly fix(runtime-core): sync watch should be executed correctly Aug 12, 2024
@linzhe141 linzhe141 marked this pull request as draft August 12, 2024 08:26
@linzhe141 linzhe141 closed this Aug 12, 2024
@linzhe141 linzhe141 reopened this Aug 12, 2024
@linzhe141 linzhe141 marked this pull request as ready for review August 12, 2024 13:59
@linzhe141 linzhe141 changed the title fix(runtime-core): sync watch should be executed correctly fix(reactivity): sync watch should be executed correctly Aug 12, 2024
@yyx990803 yyx990803 merged commit 3bda3e8 into vuejs:main Aug 13, 2024
11 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent execution order of Sync Watchers on computed property
2 participants