feat(transition): base transition component
This commit is contained in:
@@ -28,6 +28,7 @@ export { Text, Comment, Fragment, Portal } from './vnode'
|
||||
// Internal Components
|
||||
export { Suspense, SuspenseProps } from './components/Suspense'
|
||||
export { KeepAlive, KeepAliveProps } from './components/KeepAlive'
|
||||
export { Transition, TransitionProps } from './components/Transition'
|
||||
// VNode flags
|
||||
export { PublicShapeFlags as ShapeFlags } from './shapeFlags'
|
||||
import { PublicPatchFlags } from '@vue/shared'
|
||||
|
||||
Reference in New Issue
Block a user