Skip to content

fix(runtime-core): no emit triggered when the same value is set using defineModel#11162

Merged
yyx990803 merged 2 commits intovuejs:mainfrom
yangxiuxiu1115:fix/defineModel
Jul 17, 2024
Merged

fix(runtime-core): no emit triggered when the same value is set using defineModel#11162
yyx990803 merged 2 commits intovuejs:mainfrom
yangxiuxiu1115:fix/defineModel

Conversation

@yangxiuxiu1115
Copy link
Copy Markdown
Contributor

@yangxiuxiu1115 yangxiuxiu1115 commented Jun 17, 2024

fix #11125

@github-actions
Copy link
Copy Markdown

Size Report

Bundles

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

Usages

Name Size Gzip Brotli
createApp 49.8 kB 19.5 kB 17.8 kB
createSSRApp 53.3 kB 21 kB 19.1 kB
defineCustomElement 52.1 kB 20.3 kB 18.5 kB
overall 63.3 kB 24.5 kB 22.3 kB

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.

defineModel is triggering update event, even if its value didn't actually change

2 participants