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(BaseTransition): collect correct children with Transition slot #1456

Merged
merged 3 commits into from
Jun 29, 2020

Conversation

underfin
Copy link
Member

fix #1455

@@ -22,6 +21,7 @@ import {
} from '@vue/runtime-core'
import { toRaw } from '@vue/reactivity'
import { extend } from '@vue/shared'
import { getTransitionRawChildren } from '../../../runtime-core/src/components/BaseTransition'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be exported from @vue/runtime-core - we can't do cross package relative imports.

@yyx990803 yyx990803 merged commit d4cd128 into vuejs:master Jun 29, 2020
@underfin underfin deleted the fix-basetransition-slot-children branch June 30, 2020 00:55
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.

<transition> with "appear" is not working with slot
2 participants