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(hydration): v-bind supports hydration #10250

Merged
merged 8 commits into from
Feb 6, 2024

Conversation

yangxiuxiu1115
Copy link
Contributor

@yangxiuxiu1115 yangxiuxiu1115 commented Jan 31, 2024

fix #10215#10259

Copy link

github-actions bot commented Jan 31, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.2 kB 34.3 kB 30.9 kB
vue.global.prod.js 147 kB 53.6 kB 47.8 kB

Usages

Name Size Gzip Brotli
createApp 50.3 kB 19.7 kB 18 kB
createSSRApp 53.7 kB 21 kB 19.1 kB
defineCustomElement 52.6 kB 20.4 kB 18.6 kB
overall 64 kB 24.8 kB 22.5 kB

packages/runtime-core/src/component.ts Outdated Show resolved Hide resolved
packages/runtime-core/src/hydration.ts Outdated Show resolved Hide resolved
packages/runtime-dom/src/helpers/useCssVars.ts Outdated Show resolved Hide resolved
@yyx990803 yyx990803 merged commit f0b5f7e into vuejs:main Feb 6, 2024
11 checks passed
@yangxiuxiu1115 yangxiuxiu1115 deleted the fix/hydration branch February 9, 2024 04:35
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.

Hydration style mismatch
3 participants