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(Transition): should queue update when leave finishes #4941

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

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Nov 12, 2021

Fix #4933

There are two reasons for this

  • First, instance.update doesn't run because it's already in the queue.
  • Secondly, update() needs to be executed after the emptyPlaceholder is mounted, otherwise it will not find the mount container.

@github-actions
Copy link

github-actions bot commented Oct 20, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.7 kB (+2 B) 34.5 kB 31.1 kB (-1 B)
vue.global.prod.js 148 kB (+2 B) 53.8 kB (-1 B) 48 kB (-36 B)

Usages

Name Size Gzip Brotli
createApp 50.7 kB 19.8 kB 18.1 kB
createSSRApp 54.1 kB 21.2 kB 19.3 kB
defineCustomElement 53 kB 20.6 kB 18.8 kB
overall 64.5 kB (+2 B) 24.9 kB 22.6 kB (-4 B)

@edison1105
Copy link
Member Author

/ecosystem-ci run

@vue-bot
Copy link

vue-bot commented Apr 28, 2024

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools success success
nuxt success success
pinia success success
primevue success success
quasar success success
radix-vue success success
router success success
test-utils success success
vant success success
vite-plugin-vue success success
vitepress success success
vue-i18n success success
vue-macros success success
vuetify failure failure
vueuse success success
vue-simple-compiler success success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

component with v-if="false" breaks transition mode="out-in"
3 participants