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): handle undefined values in v-html #11403

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

jh-leong
Copy link
Member

close #11402

Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90 kB (-1 B) 34.5 kB (+1 B) 31.1 kB (+3 B)
vue.global.prod.js 147 kB (-1 B) 54 kB (-1 B) 48.1 kB (+27 B)

Usages

Name Size Gzip Brotli
createApp 49.8 kB (-1 B) 19.5 kB 17.9 kB (+24 B)
createSSRApp 53.3 kB (-1 B) 21 kB (-1 B) 19.1 kB (+6 B)
defineCustomElement 52.1 kB (-1 B) 20.3 kB 18.5 kB (+7 B)
overall 63.3 kB (-1 B) 24.5 kB 22.3 kB (+8 B)

@edison1105 edison1105 added ready to merge The PR is ready to be merged. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Jul 19, 2024
@yyx990803 yyx990803 merged commit 5df67e3 into vuejs:main Jul 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.4.32 v-html prints undefined
3 participants