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-core): functional component with patchFlag set to 0 should be forced to update #11258

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

linzhe141
Copy link
Contributor

@linzhe141 linzhe141 commented Jul 1, 2024

close #11227

Copy link

github-actions bot commented Jul 1, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 89.4 kB (+24 B) 34.2 kB (+11 B) 30.8 kB (+26 B)
vue.global.prod.js 146 kB (+24 B) 53.6 kB (+11 B) 47.8 kB (+98 B)

Usages

Name Size Gzip Brotli
createApp 51.3 kB (+24 B) 20.1 kB (+10 B) 18.3 kB (+15 B)
createSSRApp 54.7 kB (+24 B) 21.5 kB (+9 B) 19.5 kB (+4 B)
defineCustomElement 53.6 kB (+24 B) 20.9 kB (+10 B) 19 kB (-8 B)
overall 65.1 kB (+24 B) 25.1 kB (+11 B) 22.7 kB (-24 B)

@linzhe141 linzhe141 marked this pull request as draft July 1, 2024 02:04
@linzhe141 linzhe141 marked this pull request as ready for review July 1, 2024 02:14
@linzhe141 linzhe141 changed the title fix(runtime-core): component with patchFlag set to 0 should be forced to update fix(runtime-core): functional component with patchFlag set to 0 should be forced to update Jul 3, 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.

Functional components cannot respond to slot switching. ( 函数式组件无法响应 slot 的切换 )
1 participant