Skip to content

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

Merged
yyx990803 merged 7 commits intovuejs:mainfrom
linzhe141:fix-sync-watch
Aug 13, 2024
Merged

fix(reactivity): sync watch should be executed correctly#11589
yyx990803 merged 7 commits intovuejs:mainfrom
linzhe141:fix-sync-watch

Conversation

@linzhe141
Copy link
Member

close #11577

@github-actions
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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