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): directives should be handled correctly with fragment #11902

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

Conversation

linzhe141
Copy link
Contributor

close #11900

Copy link

GitHub Actions bot commented Sep 12, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+51 B) 37.8 kB (+32 B) 34 kB (+18 B)
vue.global.prod.js 159 kB (+51 B) 57.7 kB (+22 B) 51.3 kB (-21 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49 kB (+209 B) 18.9 kB (+67 B) 17.2 kB (+1 B)
createApp 55.5 kB (+209 B) 21.3 kB (+69 B) 19.4 kB (+19 B)
createSSRApp 59.5 kB (+209 B) 23 kB (+62 B) 21 kB (+99 B)
defineCustomElement 60.2 kB (+209 B) 22.9 kB (+84 B) 20.8 kB (+100 B)
overall 69.1 kB (+51 B) 26.3 kB (+12 B) 24 kB (+62 B)

Copy link

pkg.pr.new bot commented Sep 12, 2024

Open in Stackblitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@11902

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@11902

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@11902

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@11902

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@11902

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@11902

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@11902

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@11902

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@11902

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@11902

vue

pnpm add https://pkg.pr.new/vue@11902

commit: 6bcb45f

@linzhe141 linzhe141 closed this Sep 12, 2024
@edison1105
Copy link
Member

@linzhe141
It seems that #5428 is not the proper fix for both #11900 and #5407.
Could you give it a try to fix #5407?

@edison1105 edison1105 reopened this Sep 12, 2024
@linzhe141
Copy link
Contributor Author

It seems that #5428 is not the proper fix for both #11900 and #5407.
Could you give it a try to fix #5407?

yes, i will

@linzhe141 linzhe141 closed this Sep 12, 2024
@linzhe141 linzhe141 reopened this Sep 12, 2024
@linzhe141 linzhe141 marked this pull request as draft September 12, 2024 06:53
@hengistchan
Copy link

hengistchan commented Sep 12, 2024

@linzhe141 can also update 3.4.x? same problem occurs in 3.4.x

@linzhe141
Copy link
Contributor Author

@linzhe141 can also update 3.4.x? same problem occurs in 3.4.x还可以更新3.4.x吗?同样的问题出现在3.4.x中

I think there might be some problems with the current fix, and I'll need to look into it more deeply.

@edison1105
Copy link
Member

@hengistchan
Probably not. It's an edge case, removing the comment node will work.

@linzhe141 linzhe141 changed the title fix(runtime-core): fragment supports v-show fix(runtime-core): directives should be handled correctly with fragment Sep 13, 2024
@linzhe141 linzhe141 marked this pull request as ready for review September 13, 2024 14:00
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.

Add a comment tag in top of template may lead to inconsistencies between dev and prod environment
3 participants