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: add optimization check for patchFlag #12713

Closed
wants to merge 1 commit into from

Conversation

linzhe141
Copy link
Contributor

close #12709

Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB 38 kB (+2 B) 34.2 kB (-17 B)
vue.global.prod.js 158 kB 57.8 kB 51.5 kB (+15 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.4 kB 18.2 kB (-1 B) 16.6 kB (-7 B)
createApp 54.3 kB 21.2 kB (+1 B) 19.3 kB (-4 B)
createSSRApp 58.5 kB 22.9 kB (-1 B) 20.9 kB (+4 B)
defineCustomElement 59.2 kB 22.8 kB (+2 B) 20.7 kB (-4 B)
overall 68.4 kB 26.3 kB 24 kB (-35 B)

Copy link

pkg-pr-new bot commented Jan 15, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@12713

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@12713

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@12713

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@12713

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@12713

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@12713

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@12713

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@12713

@vue/shared

npm i https://pkg.pr.new/@vue/shared@12713

@vue/compat

npm i https://pkg.pr.new/@vue/compat@12713

vue

npm i https://pkg.pr.new/vue@12713

commit: dd21175

@linzhe141 linzhe141 marked this pull request as draft January 15, 2025 06:00
@linzhe141 linzhe141 closed this Jan 15, 2025
@linzhe141 linzhe141 deleted the fix-patch-props-w/-jsx branch January 15, 2025 09:07
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.

The jsx component renders the slot content. After the data changes, the dom attribute is not updated.
1 participant