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): improve v-memo work with v-if #6606

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Sep 5, 2022

close #6593

@netlify
Copy link

netlify bot commented Sep 5, 2022

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit f69119d
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/6315f690c118f100081b8f35

@edison1105 edison1105 changed the title fix(runtime-core): v-memo work with v-if fix(runtime-core): improve v-memo work with v-if Sep 5, 2022
@github-actions
Copy link

github-actions bot commented Oct 20, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.5 kB (+70 B) 34.4 kB (+30 B) 31 kB (+21 B)
vue.global.prod.js 148 kB (+70 B) 53.7 kB (+34 B) 48 kB (+39 B)

Usages

Name Size Gzip Brotli
createApp 50.6 kB (+37 B) 19.7 kB (+20 B) 18 kB (+22 B)
createSSRApp 53.9 kB (+37 B) 21.1 kB (+17 B) 19.2 kB (+23 B)
defineCustomElement 52.9 kB (+37 B) 20.5 kB (+20 B) 18.7 kB (+22 B)
overall 64.3 kB (+37 B) 24.8 kB (+15 B) 22.5 kB (+21 B)

@sodatea sodatea added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label May 29, 2024
@yyx990803 yyx990803 merged commit edf2638 into vuejs:main Jun 7, 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.
Projects
Development

Successfully merging this pull request may close these issues.

v-memo doesn't work with v-if
3 participants