core
core copied to clipboard
<Transition appear> seems not working on SSR
Vue version
2.5.9
Link to minimal reproduction
https://stackblitz.com/edit/github-jer1rm
Steps to reproduce
As noticed here with the nuxt maintainers, the <Transition appear> seems not working on the SSR.
There was an issue running here on the vuejs/core closed as resolved, but is not working again.
What is expected?
Reloading the page should perform the appear animation Also the @enter callback sould be invoked correctly
What is actually happening?
First appear animation is not showing
System Info
No response
Any additional comments?
No response
It works fine without Suspense Playground but not working with Suspense Playground
It works fine without Suspense Playground but not working with Suspense Playground
That's probably why is not working in nuxt?