Skip to content

fix(runtime-dom): handle undefined values in v-html#11403

Merged
yyx990803 merged 2 commits intovuejs:mainfrom
jh-leong:fix/vhtml
Jul 19, 2024
Merged

fix(runtime-dom): handle undefined values in v-html#11403
yyx990803 merged 2 commits intovuejs:mainfrom
jh-leong:fix/vhtml

Conversation

@jh-leong
Copy link
Copy Markdown
Member

close #11402

@github-actions
Copy link
Copy Markdown

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
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