fix(BaseTransition): collect correct children with slot passthrough in Transition (#1456)

fix #1455
This commit is contained in:
underfin
2020-06-30 00:04:28 +08:00
committed by GitHub
parent afe13e0584
commit d4cd12887e
3 changed files with 33 additions and 20 deletions

View File

@@ -91,7 +91,8 @@ export { registerRuntimeCompiler } from './component'
export {
useTransitionState,
resolveTransitionHooks,
setTransitionHooks
setTransitionHooks,
getTransitionRawChildren
} from './components/BaseTransition'
// Types -----------------------------------------------------------------------