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): cssvars correctly handles execution time #11538

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

linzhe141
Copy link
Contributor

close #11533

Copy link

github-actions bot commented Aug 7, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.2 kB (+10 B) 34.6 kB (+2 B) 31.1 kB (-5 B)
vue.global.prod.js 147 kB (+10 B) 54.1 kB (+4 B) 48.1 kB (-17 B)

Usages

Name Size Gzip Brotli
createApp 49.6 kB 19.5 kB 17.8 kB
createSSRApp 53.2 kB 21 kB 19.1 kB
defineCustomElement 51.9 kB 20.2 kB 18.5 kB
overall 63.2 kB 24.5 kB 22.3 kB

@yyx990803 yyx990803 merged commit fdc2a31 into vuejs:main Aug 7, 2024
11 checks passed
@linzhe141 linzhe141 deleted the fix-useCssVars-async branch August 7, 2024 05:20
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.

v-bind in CSS values are set after the component's element is already in the DOM
2 participants