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): fix multi vShow impact each other #10344

Closed
wants to merge 3 commits into from

Conversation

Doctor-wu
Copy link
Contributor

Delay to set the display value to prevent multi vShow in the same element impact each other

close #10338

Copy link

github-actions bot commented Feb 15, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.5 kB (+78 B) 34.4 kB (+22 B) 31 kB (+25 B)
vue.global.prod.js 148 kB (+78 B) 53.7 kB (+22 B) 47.9 kB (+46 B)

Usages

Name Size Gzip Brotli
createApp 50.8 kB (+50 B) 19.8 kB (+18 B) 18 kB (+9 B)
createSSRApp 54.1 kB (+50 B) 21.1 kB (+13 B) 19.2 kB (-5 B)
defineCustomElement 53 kB (+50 B) 20.5 kB (+14 B) 18.8 kB (+34 B)
overall 64.4 kB (+50 B) 24.8 kB (+12 B) 22.5 kB (+4 B)

@yyx990803
Copy link
Member

364f890 should be a cleaner fix

@yyx990803 yyx990803 closed this Feb 26, 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.

Nested v-show ignores 'outer' value, and component with v-show="false" is shown.
2 participants